#DC4A35

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

Shades of Cinnabar #DC4A35

Tints of Cinnabar #DC4A35

Color information

#DC4A35 (or 0xDC4A35) is unknown color: approx Cinnabar. HEX triplet: DC, 4A and 35. RGB value is (220,74,53). Sum of RGB (Red+Green+Blue) = 220+74+53=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A35 is #23B5CA. Grayscale: #737373. Windows color (decimal): -2340299 or 3492572. OLE color: 3492572.

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

Color convert

RGB2207453-
CMYK00.660.760.14
HSL7.54º70.46%53.53%-
HSV(B)7.54º75.91%86.27%-
XYZ32.6120.375.58-
YUV115.2692.87202.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.40%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=63.40%
G=21.33%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220745300.660.760.147.5470.4653.53
HexDC4A350424CE84636
Octal334112650102114161010666
Binary110111001001010110101010000101001100111010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A35; }

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

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

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

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

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

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

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

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