#D02C33

Color #D02C33 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D02C33

Tints of Mahogany #D02C33

Color information

#D02C33 (or 0xD02C33) is unknown color: approx Mahogany. HEX triplet: D0, 2C and 33. RGB value is (208,44,51). Sum of RGB (Red+Green+Blue) = 208+44+51=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C33 is #2FD3CC. Grayscale: #5D5D5D. Windows color (decimal): -3134413 or 3353808. OLE color: 3353808.

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

Color convert

RGB2084451-
CMYK00.790.750.18
HSL357.44º65.08%49.41%-
HSV(B)357.44º78.85%81.57%-
XYZ27.5115.454.66-
YUV93.83103.83209.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 68.65%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=68.65%
G=14.52%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208445100.790.750.18357.4465.0849.41
HexD02C3304F4B121654131
Octal320546301171132254510161
Binary11010000101100110011010011111001011100101011001011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02C33; }

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

 H1.HeaderClassName
 {
   color: #D02C33;
 }
 .AnyTagClassName
 {
   color: #D02C33;
 }
</style>
background-color css

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

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

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

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

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

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