Html Css Color HEX #D03239 Mahogany

📋 copy color: '#D03239'

red 208 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #D03239

Tints of Mahogany #D03239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 66.03%
G = 15.87%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D03239 (or 0xD03239) is known color: Mahogany. HEX triplet: D0, 32 and 39. RGB value is (208,50,57). Sum of RGB (Red+Green+Blue) = 208+50+57=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03239 is #2FCDC6. Grayscale: #626262. Windows color (decimal): -3132871 or 3748560. OLE color: 3748560.

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

Color convert

RGB 208 50 57 -
CMYK 0 0.76 0.73 0.18
HSL 357.34º 0.63% 0.51% -
HSV(B) 357.34º 0.76% 0.82% -
XYZ 27.89 15.99 5.49 -
YUV 98.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 208 50 57 0 0.76 0.73 0.18 357.34 0.63 0.51
Hex D0 32 39 0 4C 49 12 165 3F 33
Octal 320 62 71 0 114 111 22 545 77 63
Binary 11010000 110010 111001 0 1001100 1001001 10010 101100101 111111 110011

Color Harmonies of #D03239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03239

Black with #D03239

Text Example


Text Example

White with #D03239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03239; }

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

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

background-color css

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

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

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

border-color css

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

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

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