Html Css Color HEX #D02932 Mahogany

📋 copy color: '#D02932'

red 208 ◦ green 41 ◦ blue 50

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

Shades of Mahogany #D02932

Tints of Mahogany #D02932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 69.57%
G = 13.71%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D02932 (or 0xD02932) is known color: Mahogany. HEX triplet: D0, 29 and 32. RGB value is (208,41,50). Sum of RGB (Red+Green+Blue) = 208+41+50=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D02932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02932 is #2FD6CD. Grayscale: #5C5C5C. Windows color (decimal): -3135182 or 3287504. OLE color: 3287504.

HSL color Cylindrical-coordinate representation of color #D02932: hue angle of 356.77º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02932 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 50 -
CMYK 0 0.80 0.76 0.18
HSL 356.77º 0.67% 0.49% -
HSV(B) 356.77º 0.8% 0.82% -
XYZ 27.38 15.23 4.51 -
YUV 91.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 208 41 50 0 0.80 0.76 0.18 356.77 0.67 0.49
Hex D0 29 32 0 50 4C 12 165 43 31
Octal 320 51 62 0 120 114 22 545 103 61
Binary 11010000 101001 110010 0 1010000 1001100 10010 101100101 1000011 110001

Color Harmonies of #D02932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02932

Black with #D02932

Text Example


Text Example

White with #D02932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02932; }

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

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

background-color css

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

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

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

border-color css

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

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

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