Html Css Color HEX #D02E32 Mahogany

📋 copy color: '#D02E32'

red 208 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #D02E32

Tints of Mahogany #D02E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

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

R = 68.42%
G = 15.13%
B = 16.45%

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

#D02E32 (or 0xD02E32) is known color: Mahogany. HEX triplet: D0, 2E and 32. RGB value is (208,46,50). Sum of RGB (Red+Green+Blue) = 208+46+50=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E32 is #2FD1CD. Grayscale: #5F5F5F. Windows color (decimal): -3133902 or 3288784. OLE color: 3288784.

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

Color convert

RGB 208 46 50 -
CMYK 0 0.78 0.76 0.18
HSL 358.52º 0.64% 0.5% -
HSV(B) 358.52º 0.78% 0.82% -
XYZ 27.57 15.59 4.57 -
YUV 94.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 208 46 50 0 0.78 0.76 0.18 358.52 0.64 0.5
Hex D0 2E 32 0 4E 4C 12 167 40 32
Octal 320 56 62 0 116 114 22 547 100 62
Binary 11010000 101110 110010 0 1001110 1001100 10010 101100111 1000000 110010

Color Harmonies of #D02E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E32

Black with #D02E32

Text Example


Text Example

White with #D02E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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