Shades of Cinnabar #DC4128
Tints of Cinnabar #DC4128
RGB
CMYK
RGB Variations
Color information
#DC4128 (or 0xDC4128) is known color: Cinnabar. HEX triplet: DC, 41 and 28. RGB value is (220,65,40). Sum of RGB (Red+Green+Blue) = 220+65+40=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4128 is #23BED7. Grayscale: #6C6C6C. Windows color (decimal): -2342616 or 2638300. OLE color: 2638300.
HSL color Cylindrical-coordinate representation of color #DC4128: hue angle of 8.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4128 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 40 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.14 |
| HSL | 8.33º | 0.72% | 0.51% | - |
| HSV(B) | 8.33º | 0.82% | 0.86% | - |
| XYZ | 31.79 | 19.15 | 4.03 | - |
| YUV | 108.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 40 | 0 | 0.70 | 0.82 | 0.14 | 8.33 | 0.72 | 0.51 |
| Hex | DC | 41 | 28 | 0 | 46 | 52 | E | 8 | 48 | 33 |
| Octal | 334 | 101 | 50 | 0 | 106 | 122 | 16 | 10 | 110 | 63 |
| Binary | 11011100 | 1000001 | 101000 | 0 | 1000110 | 1010010 | 1110 | 1000 | 1001000 | 110011 |
Color Harmonies of #DC4128
Complementary color
Monochromatic Colors of #DC4128
Black with #DC4128
Text Example
Text Example
White with #DC4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4128; }
p { color: rgb(220,65,40); }
H1.HeaderClassName
{
color: #DC4128;
}
.AnyTagClassName
{
color: #DC4128;
}
</style>
background-color css
<style>
a { background-color: #DC4128; }
a { background-color: rgb(220,65,40); }
div.DivClassName
{
background-color: #DC4128;
}
.BgClassName
{
background-color: #DC4128;
}
</style>
border-color css
<style>
span { border-color: #DC4128; }
span { border-color: rgb(220,65,40); }
td.TdClassName
{
border-color: #DC4128;
}
.TagClassName
{
border-color: #DC4128;
}
</style>