#DC352E

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

Shades of Cinnabar #DC352E

Tints of Cinnabar #DC352E

Color information

#DC352E (or 0xDC352E) is unknown color: approx Cinnabar. HEX triplet: DC, 35 and 2E. RGB value is (220,53,46). Sum of RGB (Red+Green+Blue) = 220+53+46=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352E is #23CAD1. Grayscale: #666666. Windows color (decimal): -2345682 or 3028444. OLE color: 3028444.

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

Color convert

RGB2205346-
CMYK00.760.790.14
HSL2.41º71.31%52.16%-
HSV(B)2.41º79.09%86.27%-
XYZ31.2817.964.4-
YUV102.1496.33212.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.97%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=68.97%
G=16.61%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220534600.760.790.142.4171.3152.16
HexDC352E04C4FE24734
Octal3346556011411716210764
Binary110111001101011011100100110010011111110101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC352E; }

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

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

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

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

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

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

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

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