#DC3625

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

Shades of Cinnabar #DC3625

Tints of Cinnabar #DC3625

Color information

#DC3625 (or 0xDC3625) is unknown color: approx Cinnabar. HEX triplet: DC, 36 and 25. RGB value is (220,54,37). Sum of RGB (Red+Green+Blue) = 220+54+37=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3625 is #23C9DA. Grayscale: #656565. Windows color (decimal): -2345435 or 2438876. OLE color: 2438876.

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

Color convert

RGB2205437-
CMYK00.750.830.14
HSL5.57º72.33%50.39%-
HSV(B)5.57º83.18%86.27%-
XYZ31.1717.993.58-
YUV101.791.5212.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.74%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=70.74%
G=17.36%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220543700.750.830.145.5772.3350.39
HexDC362504B53E64832
Octal3346645011312316611062
Binary1101110011011010010101001011101001111101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3625; }

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

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

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

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

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

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

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

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