Html Css Color HEX #D02F36 Mahogany

📋 copy color: '#D02F36'

red 208 ◦ green 47 ◦ blue 54

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

Shades of Mahogany #D02F36

Tints of Mahogany #D02F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 67.31%
G = 15.21%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D02F36 (or 0xD02F36) is known color: Mahogany. HEX triplet: D0, 2F and 36. RGB value is (208,47,54). Sum of RGB (Red+Green+Blue) = 208+47+54=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F36 is #2FD0C9. Grayscale: #606060. Windows color (decimal): -3133642 or 3551184. OLE color: 3551184.

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

Color convert

RGB 208 47 54 -
CMYK 0 0.77 0.74 0.18
HSL 357.39º 0.63% 0.5% -
HSV(B) 357.39º 0.77% 0.82% -
XYZ 27.69 15.71 5.06 -
YUV 95.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 208 47 54 0 0.77 0.74 0.18 357.39 0.63 0.5
Hex D0 2F 36 0 4D 4A 12 165 3F 32
Octal 320 57 66 0 115 112 22 545 77 62
Binary 11010000 101111 110110 0 1001101 1001010 10010 101100101 111111 110010

Color Harmonies of #D02F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F36

Black with #D02F36

Text Example


Text Example

White with #D02F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F36; }

 p { color: rgb(208,47,54); }

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

background-color css

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

 a { background-color: rgb(208,47,54); }

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

border-color css

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

 span { border-color: rgb(208,47,54); }

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