#DC4941

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

Shades of Cinnabar #DC4941

Tints of Cinnabar #DC4941

Color information

#DC4941 (or 0xDC4941) is unknown color: approx Cinnabar. HEX triplet: DC, 49 and 41. RGB value is (220,73,65). Sum of RGB (Red+Green+Blue) = 220+73+65=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4941 is #23B6BE. Grayscale: #747474. Windows color (decimal): -2340543 or 4278748. OLE color: 4278748.

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

Color convert

RGB2207365-
CMYK00.670.700.14
HSL3.1º68.89%55.88%-
HSV(B)3.1º70.45%86.27%-
XYZ32.8520.367.2-
YUV116.0499.2202.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=61.45%
G=20.39%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220736500.670.700.143.168.8955.88
HexDC494104346E34538
Octal334111101010310616310570
Binary11011100100100110000010100001110001101110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4941; }

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

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

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

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

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

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

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

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