Shades of Cinnabar #DC3F25
Tints of Cinnabar #DC3F25
RGB
CMYK
RGB Variations
Color information
#DC3F25 (or 0xDC3F25) is known color: Cinnabar. HEX triplet: DC, 3F and 25. RGB value is (220,63,37). Sum of RGB (Red+Green+Blue) = 220+63+37=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F25 is #23C0DA. Grayscale: #6B6B6B. Windows color (decimal): -2343131 or 2441180. OLE color: 2441180.
HSL color Cylindrical-coordinate representation of color #DC3F25: hue angle of 8.52º 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 #DC3F25 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 37 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.14 |
| HSL | 8.52º | 0.72% | 0.5% | - |
| HSV(B) | 8.52º | 0.83% | 0.86% | - |
| XYZ | 31.63 | 18.9 | 3.73 | - |
| YUV | 106.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 37 | 0 | 0.71 | 0.83 | 0.14 | 8.52 | 0.72 | 0.5 |
| Hex | DC | 3F | 25 | 0 | 47 | 53 | E | 9 | 48 | 32 |
| Octal | 334 | 77 | 45 | 0 | 107 | 123 | 16 | 11 | 110 | 62 |
| Binary | 11011100 | 111111 | 100101 | 0 | 1000111 | 1010011 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DC3F25
Complementary color
Monochromatic Colors of #DC3F25
Black with #DC3F25
Text Example
Text Example
White with #DC3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F25; }
p { color: rgb(220,63,37); }
H1.HeaderClassName
{
color: #DC3F25;
}
.AnyTagClassName
{
color: #DC3F25;
}
</style>
background-color css
<style>
a { background-color: #DC3F25; }
a { background-color: rgb(220,63,37); }
div.DivClassName
{
background-color: #DC3F25;
}
.BgClassName
{
background-color: #DC3F25;
}
</style>
border-color css
<style>
span { border-color: #DC3F25; }
span { border-color: rgb(220,63,37); }
td.TdClassName
{
border-color: #DC3F25;
}
.TagClassName
{
border-color: #DC3F25;
}
</style>