Html Css Color HEX #D02829 Mahogany

📋 copy color: '#D02829'

red 208 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #D02829

Tints of Mahogany #D02829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 71.97%
G = 13.84%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D02829 (or 0xD02829) is known color: Mahogany. HEX triplet: D0, 28 and 29. RGB value is (208,40,41). Sum of RGB (Red+Green+Blue) = 208+40+41=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D02829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02829 is #2FD7D6. Grayscale: #5A5A5A. Windows color (decimal): -3135447 or 2697424. OLE color: 2697424.

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

Color convert

RGB 208 40 41 -
CMYK 0 0.81 0.80 0.18
HSL 359.64º 0.68% 0.49% -
HSV(B) 359.64º 0.81% 0.82% -
XYZ 27.17 15.09 3.58 -
YUV 90.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 208 40 41 0 0.81 0.80 0.18 359.64 0.68 0.49
Hex D0 28 29 0 51 50 12 168 44 31
Octal 320 50 51 0 121 120 22 550 104 61
Binary 11010000 101000 101001 0 1010001 1010000 10010 101101000 1000100 110001

Color Harmonies of #D02829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02829

Black with #D02829

Text Example


Text Example

White with #D02829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02829; }

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

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

background-color css

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

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

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

border-color css

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

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

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