Html Css Color HEX #D02D32 Mahogany

📋 copy color: '#D02D32'

red 208 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #D02D32

Tints of Mahogany #D02D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 68.65%
G = 14.85%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D02D32 (or 0xD02D32) is known color: Mahogany. HEX triplet: D0, 2D and 32. RGB value is (208,45,50). Sum of RGB (Red+Green+Blue) = 208+45+50=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D32 is #2FD2CD. Grayscale: #5E5E5E. Windows color (decimal): -3134158 or 3288528. OLE color: 3288528.

HSL color Cylindrical-coordinate representation of color #D02D32: hue angle of 358.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D32 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 50 -
CMYK 0 0.78 0.76 0.18
HSL 358.16º 0.64% 0.5% -
HSV(B) 358.16º 0.78% 0.82% -
XYZ 27.53 15.52 4.56 -
YUV 94.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 208 45 50 0 0.78 0.76 0.18 358.16 0.64 0.5
Hex D0 2D 32 0 4E 4C 12 166 40 32
Octal 320 55 62 0 116 114 22 546 100 62
Binary 11010000 101101 110010 0 1001110 1001100 10010 101100110 1000000 110010

Color Harmonies of #D02D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D32

Black with #D02D32

Text Example


Text Example

White with #D02D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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