Shades of Cinnabar #DC3625
Tints of Cinnabar #DC3625
RGB
CMYK
RGB Variations
Color information
#DC3625 (or 0xDC3625) is known color: 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
| RGB | 220 | 54 | 37 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.14 |
| HSL | 5.57º | 0.72% | 0.5% | - |
| HSV(B) | 5.57º | 0.83% | 0.86% | - |
| XYZ | 31.17 | 17.99 | 3.58 | - |
| YUV | 101.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 37 | 0 | 0.75 | 0.83 | 0.14 | 5.57 | 0.72 | 0.5 |
| Hex | DC | 36 | 25 | 0 | 4B | 53 | E | 6 | 48 | 32 |
| Octal | 334 | 66 | 45 | 0 | 113 | 123 | 16 | 6 | 110 | 62 |
| Binary | 11011100 | 110110 | 100101 | 0 | 1001011 | 1010011 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DC3625
Complementary color
Monochromatic Colors of #DC3625
Black with #DC3625
Text Example
Text Example
White with #DC3625
Text Example
Text Example
HTML Codes & Css Web 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>