Shades of Cinnabar #DC4125
Tints of Cinnabar #DC4125
RGB
CMYK
RGB Variations
Color information
#DC4125 (or 0xDC4125) is known color: Cinnabar. HEX triplet: DC, 41 and 25. RGB value is (220,65,37). Sum of RGB (Red+Green+Blue) = 220+65+37=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4125 is #23BEDA. Grayscale: #6C6C6C. Windows color (decimal): -2342619 or 2441692. OLE color: 2441692.
HSL color Cylindrical-coordinate representation of color #DC4125: hue angle of 9.18º 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 #DC4125 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 37 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.14 |
| HSL | 9.18º | 0.72% | 0.5% | - |
| HSV(B) | 9.18º | 0.83% | 0.86% | - |
| XYZ | 31.74 | 19.13 | 3.77 | - |
| YUV | 108.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 37 | 0 | 0.70 | 0.83 | 0.14 | 9.18 | 0.72 | 0.5 |
| Hex | DC | 41 | 25 | 0 | 46 | 53 | E | 9 | 48 | 32 |
| Octal | 334 | 101 | 45 | 0 | 106 | 123 | 16 | 11 | 110 | 62 |
| Binary | 11011100 | 1000001 | 100101 | 0 | 1000110 | 1010011 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DC4125
Complementary color
Monochromatic Colors of #DC4125
Black with #DC4125
Text Example
Text Example
White with #DC4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4125; }
p { color: rgb(220,65,37); }
H1.HeaderClassName
{
color: #DC4125;
}
.AnyTagClassName
{
color: #DC4125;
}
</style>
background-color css
<style>
a { background-color: #DC4125; }
a { background-color: rgb(220,65,37); }
div.DivClassName
{
background-color: #DC4125;
}
.BgClassName
{
background-color: #DC4125;
}
</style>
border-color css
<style>
span { border-color: #DC4125; }
span { border-color: rgb(220,65,37); }
td.TdClassName
{
border-color: #DC4125;
}
.TagClassName
{
border-color: #DC4125;
}
</style>