Html Css Color HEX #D02D39 Mahogany

📋 copy color: '#D02D39'

red 208 ◦ green 45 ◦ blue 57

#D02D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #D02D39

Tints of Mahogany #D02D39

RGB

 RED value IS 208 (81.64% from 255) = 67.1%

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 67.1%
G = 14.52%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D02D39 (or 0xD02D39) is known color: Mahogany. HEX triplet: D0, 2D and 39. RGB value is (208,45,57). Sum of RGB (Red+Green+Blue) = 208+45+57=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D39 is #2FD2C6. Grayscale: #5F5F5F. Windows color (decimal): -3134151 or 3747280. OLE color: 3747280.

HSL color Cylindrical-coordinate representation of color #D02D39: hue angle of 355.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D39 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 57 -
CMYK 0 0.78 0.73 0.18
HSL 355.58º 0.64% 0.5% -
HSV(B) 355.58º 0.78% 0.82% -
XYZ 27.69 15.58 5.42 -
YUV 95.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 208 45 57 0 0.78 0.73 0.18 355.58 0.64 0.5
Hex D0 2D 39 0 4E 49 12 164 40 32
Octal 320 55 71 0 116 111 22 544 100 62
Binary 11010000 101101 111001 0 1001110 1001001 10010 101100100 1000000 110010

Color Harmonies of #D02D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D39

Black with #D02D39

Text Example


Text Example

White with #D02D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D39; }

 p { color: rgb(208,45,57); }

 H1.HeaderClassName
 {
   color: #D02D39;
 }
 .AnyTagClassName
 {
   color: #D02D39;
 }
</style>

background-color css

<style>
 a { background-color: #D02D39; }

 a { background-color: rgb(208,45,57); }

 div.DivClassName
 {
   background-color: #D02D39;
 }
 .BgClassName
 {
   background-color: #D02D39;
 }
</style>

border-color css

<style>
 span { border-color: #D02D39; }

 span { border-color: rgb(208,45,57); }

 td.TdClassName
 {
   border-color: #D02D39;
 }
 .TagClassName
 {
   border-color: #D02D39;
 }
</style>