Html Css Color HEX #D03336 Mahogany

📋 copy color: '#D03336'

red 208 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #D03336

Tints of Mahogany #D03336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 66.45%
G = 16.29%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D03336 (or 0xD03336) is known color: Mahogany. HEX triplet: D0, 33 and 36. RGB value is (208,51,54). Sum of RGB (Red+Green+Blue) = 208+51+54=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03336 is #2FCCC9. Grayscale: #626262. Windows color (decimal): -3132618 or 3552208. OLE color: 3552208.

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

Color convert

RGB 208 51 54 -
CMYK 0 0.75 0.74 0.18
HSL 358.85º 0.63% 0.51% -
HSV(B) 358.85º 0.75% 0.82% -
XYZ 27.86 16.04 5.12 -
YUV 98.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 208 51 54 0 0.75 0.74 0.18 358.85 0.63 0.51
Hex D0 33 36 0 4B 4A 12 167 3F 33
Octal 320 63 66 0 113 112 22 547 77 63
Binary 11010000 110011 110110 0 1001011 1001010 10010 101100111 111111 110011

Color Harmonies of #D03336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03336

Black with #D03336

Text Example


Text Example

White with #D03336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03336; }

 p { color: rgb(208,51,54); }

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

background-color css

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

 a { background-color: rgb(208,51,54); }

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

border-color css

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

 span { border-color: rgb(208,51,54); }

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