Html Css Color HEX #D02F39 Mahogany

📋 copy color: '#D02F39'

red 208 ◦ green 47 ◦ blue 57

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

Shades of Mahogany #D02F39

Tints of Mahogany #D02F39

RGB

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

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

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

R = 66.67%
G = 15.06%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D02F39 (or 0xD02F39) is known color: Mahogany. HEX triplet: D0, 2F and 39. RGB value is (208,47,57). Sum of RGB (Red+Green+Blue) = 208+47+57=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F39 is #2FD0C6. Grayscale: #606060. Windows color (decimal): -3133639 or 3747792. OLE color: 3747792.

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

Color convert

RGB 208 47 57 -
CMYK 0 0.77 0.73 0.18
HSL 356.27º 0.63% 0.5% -
HSV(B) 356.27º 0.77% 0.82% -
XYZ 27.77 15.74 5.45 -
YUV 96.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 208 47 57 0 0.77 0.73 0.18 356.27 0.63 0.5
Hex D0 2F 39 0 4D 49 12 164 3F 32
Octal 320 57 71 0 115 111 22 544 77 62
Binary 11010000 101111 111001 0 1001101 1001001 10010 101100100 111111 110010

Color Harmonies of #D02F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F39

Black with #D02F39

Text Example


Text Example

White with #D02F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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