Html Css Color HEX #D02836 Mahogany

📋 copy color: '#D02836'

red 208 ◦ green 40 ◦ blue 54

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

Shades of Mahogany #D02836

Tints of Mahogany #D02836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 68.87%
G = 13.25%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D02836 (or 0xD02836) is known color: Mahogany. HEX triplet: D0, 28 and 36. RGB value is (208,40,54). Sum of RGB (Red+Green+Blue) = 208+40+54=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D02836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02836 is #2FD7C9. Grayscale: #5B5B5B. Windows color (decimal): -3135434 or 3549392. OLE color: 3549392.

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

Color convert

RGB 208 40 54 -
CMYK 0 0.81 0.74 0.18
HSL 355º 0.68% 0.49% -
HSV(B) 355º 0.81% 0.82% -
XYZ 27.44 15.19 4.98 -
YUV 91.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 208 40 54 0 0.81 0.74 0.18 355 0.68 0.49
Hex D0 28 36 0 51 4A 12 163 44 31
Octal 320 50 66 0 121 112 22 543 104 61
Binary 11010000 101000 110110 0 1010001 1001010 10010 101100011 1000100 110001

Color Harmonies of #D02836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02836

Black with #D02836

Text Example


Text Example

White with #D02836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02836; }

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

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

background-color css

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

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

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

border-color css

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

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

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