Html Css Color HEX #D02832 Mahogany

📋 copy color: '#D02832'

red 208 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #D02832

Tints of Mahogany #D02832

RGB

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

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

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

R = 69.8%
G = 13.42%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D02832 (or 0xD02832) is known color: Mahogany. HEX triplet: D0, 28 and 32. RGB value is (208,40,50). Sum of RGB (Red+Green+Blue) = 208+40+50=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D02832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02832 is #2FD7CD. Grayscale: #5B5B5B. Windows color (decimal): -3135438 or 3287248. OLE color: 3287248.

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

Color convert

RGB 208 40 50 -
CMYK 0 0.81 0.76 0.18
HSL 356.43º 0.68% 0.49% -
HSV(B) 356.43º 0.81% 0.82% -
XYZ 27.35 15.16 4.5 -
YUV 91.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 208 40 50 0 0.81 0.76 0.18 356.43 0.68 0.49
Hex D0 28 32 0 51 4C 12 164 44 31
Octal 320 50 62 0 121 114 22 544 104 61
Binary 11010000 101000 110010 0 1010001 1001100 10010 101100100 1000100 110001

Color Harmonies of #D02832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02832

Black with #D02832

Text Example


Text Example

White with #D02832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02832; }

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

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

background-color css

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

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

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

border-color css

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

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

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