Shades of Cinnabar #DC3B25
Tints of Cinnabar #DC3B25
RGB
CMYK
RGB Variations
Color information
#DC3B25 (or 0xDC3B25) is known color: Cinnabar. HEX triplet: DC, 3B and 25. RGB value is (220,59,37). Sum of RGB (Red+Green+Blue) = 220+59+37=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B25 is #23C4DA. Grayscale: #686868. Windows color (decimal): -2344155 or 2440156. OLE color: 2440156.
HSL color Cylindrical-coordinate representation of color #DC3B25: hue angle of 7.21º 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 #DC3B25 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 37 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.14 |
| HSL | 7.21º | 0.72% | 0.5% | - |
| HSV(B) | 7.21º | 0.83% | 0.86% | - |
| XYZ | 31.41 | 18.48 | 3.66 | - |
| YUV | 104.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 37 | 0 | 0.73 | 0.83 | 0.14 | 7.21 | 0.72 | 0.5 |
| Hex | DC | 3B | 25 | 0 | 49 | 53 | E | 7 | 48 | 32 |
| Octal | 334 | 73 | 45 | 0 | 111 | 123 | 16 | 7 | 110 | 62 |
| Binary | 11011100 | 111011 | 100101 | 0 | 1001001 | 1010011 | 1110 | 111 | 1001000 | 110010 |
Color Harmonies of #DC3B25
Complementary color
Monochromatic Colors of #DC3B25
Black with #DC3B25
Text Example
Text Example
White with #DC3B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B25; }
p { color: rgb(220,59,37); }
H1.HeaderClassName
{
color: #DC3B25;
}
.AnyTagClassName
{
color: #DC3B25;
}
</style>
background-color css
<style>
a { background-color: #DC3B25; }
a { background-color: rgb(220,59,37); }
div.DivClassName
{
background-color: #DC3B25;
}
.BgClassName
{
background-color: #DC3B25;
}
</style>
border-color css
<style>
span { border-color: #DC3B25; }
span { border-color: rgb(220,59,37); }
td.TdClassName
{
border-color: #DC3B25;
}
.TagClassName
{
border-color: #DC3B25;
}
</style>