#DC4A41

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

Shades of Cinnabar #DC4A41

Tints of Cinnabar #DC4A41

Color information

#DC4A41 (or 0xDC4A41) is unknown color: approx Cinnabar. HEX triplet: DC, 4A and 41. RGB value is (220,74,65). Sum of RGB (Red+Green+Blue) = 220+74+65=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A41 is #23B5BE. Grayscale: #747474. Windows color (decimal): -2340287 or 4279004. OLE color: 4279004.

HSL color Cylindrical-coordinate representation of color #DC4A41: hue angle of 3.48º 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 #DC4A41 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB2207465-
CMYK00.660.700.14
HSL3.48º68.89%55.88%-
HSV(B)3.48º70.45%86.27%-
XYZ32.9220.497.22-
YUV116.6398.87201.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=61.28%
G=20.61%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220746500.660.700.143.4868.8955.88
HexDC4A4104246E34538
Octal334112101010210616310570
Binary11011100100101010000010100001010001101110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A41; }

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

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

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

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

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

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

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

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