#DC3525

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

Shades of Cinnabar #DC3525

Tints of Cinnabar #DC3525

Color information

#DC3525 (or 0xDC3525) is unknown color: approx Cinnabar. HEX triplet: DC, 35 and 25. RGB value is (220,53,37). Sum of RGB (Red+Green+Blue) = 220+53+37=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3525 is #23CADA. Grayscale: #656565. Windows color (decimal): -2345691 or 2438620. OLE color: 2438620.

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

Color convert

RGB2205337-
CMYK00.760.830.14
HSL5.25º72.33%50.39%-
HSV(B)5.25º83.18%86.27%-
XYZ31.1217.93.56-
YUV101.1191.83212.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.97%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 37 (14.84% from 255) = 11.94%
R=70.97%
G=17.10%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220533700.760.830.145.2572.3350.39
HexDC352504C53E54832
Octal3346545011412316511062
Binary1101110011010110010101001100101001111101011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3525; }

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

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

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

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

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

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

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

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