Color Hex Logo

#d03d25 Color Hex

#D03D25
(208,61,37)
0 Favorites   0 Comments

Color spaces of #d03d25

RGB 2086137
HSL0.020.700.48
HSV82°82°
CMYK 0.000.710.82   0.18
XYZ28.015116.88103.5321
Yxy16.88100.57850.3486
Hunter Lab41.086549.810123.6635
CIE-Lab48.109756.417346.7487

#d03d25 color RGB value is (208,61,37).

#d03d25 hex color red value is 208, green value is 61 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #d03d25 hue: 0.02 , saturation: 0.70 and the lightness value of d03d25 is 0.48.

The process color (four color CMYK) of #d03d25 color hex is 0.00, 0.71, 0.82, 0.18. Web safe color of #d03d25 is #cc3333. Color #d03d25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111101 00100101
Octal 320 75 45
Decimal 208 61 37
Hex D0 3D 25

RGB Percentages of Color #d03d25

%67.97
%19.93
%12.09

CMYK Percentages of Color #d03d25

%0
%71
%82
%18

Triadic Colors of #d03d25

#d03d25 #25d03d #3d25d0

Analogous Colors of #d03d25

#d03d25 #d09325 #d02562

Monochromatic Colors of #d03d25

#d03d25

Complementary Color

#d03d25 #25b8d0

#d03d25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03d25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03d25 Color CSS Codes

.mybgcolor {background-color:#d03d25; } 
.myforecolor {color:#d03d25; }
.mybordercolor {border:3px solid #d03d25; }

#d03d25 Text Font Color

<p style="color:#d03d25">Text here</p>

This sample text font color is #d03d25
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d03d25 Background Color

<div style="background-color:#d03d25">
Div content here</div>

This div background color is #d03d25


#d03d25 Border Color

<div style="border:3px solid #d03d25">
Div here</div>

This div border color is #d03d25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,61,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d03d25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d03d25;
  -webkit-box-shadow: 1px 1px 3px 2px #d03d25;
  box-shadow:         1px 1px 3px 2px #d03d25; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,61,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d03d25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d03d25;
  -webkit-box-shadow: 1px 1px 3px 2px #d03d25;
  box-shadow:         1px 1px 3px 2px #d03d25;">
Div content here</div>

This div box has shadow with color #d03d25


Comments

No comments written yet.

Please login to write comment.