Html Css Color HEX #D02D37 Mahogany

📋 copy color: '#D02D37'

red 208 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #D02D37

Tints of Mahogany #D02D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 67.53%
G = 14.61%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D02D37 (or 0xD02D37) is known color: Mahogany. HEX triplet: D0, 2D and 37. RGB value is (208,45,55). Sum of RGB (Red+Green+Blue) = 208+45+55=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D37 is #2FD2C8. Grayscale: #5E5E5E. Windows color (decimal): -3134153 or 3616208. OLE color: 3616208.

HSL color Cylindrical-coordinate representation of color #D02D37: hue angle of 356.32º 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 #D02D37 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 55 -
CMYK 0 0.78 0.74 0.18
HSL 356.32º 0.64% 0.5% -
HSV(B) 356.32º 0.78% 0.82% -
XYZ 27.64 15.56 5.16 -
YUV 94.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 208 45 55 0 0.78 0.74 0.18 356.32 0.64 0.5
Hex D0 2D 37 0 4E 4A 12 164 40 32
Octal 320 55 67 0 116 112 22 544 100 62
Binary 11010000 101101 110111 0 1001110 1001010 10010 101100100 1000000 110010

Color Harmonies of #D02D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D37

Black with #D02D37

Text Example


Text Example

White with #D02D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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