#DC3941

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

Shades of Mahogany #DC3941

Tints of Mahogany #DC3941

Color information

#DC3941 (or 0xDC3941) is unknown color: approx Mahogany. HEX triplet: DC, 39 and 41. RGB value is (220,57,65). Sum of RGB (Red+Green+Blue) = 220+57+65=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3941 is #23C6BE. Grayscale: #6A6A6A. Windows color (decimal): -2344639 or 4274652. OLE color: 4274652.

HSL color Cylindrical-coordinate representation of color #DC3941: hue angle of 357.06º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3941 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB2205765-
CMYK00.740.700.14
HSL357.06º69.96%54.31%-
HSV(B)357.06º74.09%86.27%-
XYZ31.9318.526.89-
YUV106.65104.5208.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.33%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=64.33%
G=16.67%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220576500.740.700.14357.0669.9654.31
HexDC394104A46E1654636
Octal3347110101121061654510666
Binary11011100111001100000101001010100011011101011001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3941; }

 p { color: rgb(220,57,65); }

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

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

 a { background-color: rgb(220,57,65); }

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

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

 span { border-color: rgb(220,57,65); }

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