Shades of Cinnabar #DC3E25
Tints of Cinnabar #DC3E25
RGB
CMYK
RGB Variations
Color information
#DC3E25 (or 0xDC3E25) is known color: Cinnabar. HEX triplet: DC, 3E and 25. RGB value is (220,62,37). Sum of RGB (Red+Green+Blue) = 220+62+37=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E25 is #23C1DA. Grayscale: #6A6A6A. Windows color (decimal): -2343387 or 2440924. OLE color: 2440924.
HSL color Cylindrical-coordinate representation of color #DC3E25: hue angle of 8.2º 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 #DC3E25 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 37 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.14 |
| HSL | 8.2º | 0.72% | 0.5% | - |
| HSV(B) | 8.2º | 0.83% | 0.86% | - |
| XYZ | 31.57 | 18.79 | 3.71 | - |
| YUV | 106.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 37 | 0 | 0.72 | 0.83 | 0.14 | 8.2 | 0.72 | 0.5 |
| Hex | DC | 3E | 25 | 0 | 48 | 53 | E | 8 | 48 | 32 |
| Octal | 334 | 76 | 45 | 0 | 110 | 123 | 16 | 10 | 110 | 62 |
| Binary | 11011100 | 111110 | 100101 | 0 | 1001000 | 1010011 | 1110 | 1000 | 1001000 | 110010 |
Color Harmonies of #DC3E25
Complementary color
Monochromatic Colors of #DC3E25
Black with #DC3E25
Text Example
Text Example
White with #DC3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E25; }
p { color: rgb(220,62,37); }
H1.HeaderClassName
{
color: #DC3E25;
}
.AnyTagClassName
{
color: #DC3E25;
}
</style>
background-color css
<style>
a { background-color: #DC3E25; }
a { background-color: rgb(220,62,37); }
div.DivClassName
{
background-color: #DC3E25;
}
.BgClassName
{
background-color: #DC3E25;
}
</style>
border-color css
<style>
span { border-color: #DC3E25; }
span { border-color: rgb(220,62,37); }
td.TdClassName
{
border-color: #DC3E25;
}
.TagClassName
{
border-color: #DC3E25;
}
</style>