Shades of Cinnabar #DC4231
Tints of Cinnabar #DC4231
RGB
CMYK
RGB Variations
Color information
#DC4231 (or 0xDC4231) is known color: Cinnabar. HEX triplet: DC, 42 and 31. RGB value is (220,66,49). Sum of RGB (Red+Green+Blue) = 220+66+49=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4231 is #23BDCE. Grayscale: #6E6E6E. Windows color (decimal): -2342351 or 3228380. OLE color: 3228380.
HSL color Cylindrical-coordinate representation of color #DC4231: hue angle of 5.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4231 is Cyan = 0, Magento = 0.7, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 49 | - |
| CMYK | 0 | 0.7 | 0.78 | 0.14 |
| HSL | 5.96º | 0.71% | 0.53% | - |
| HSV(B) | 5.96º | 0.78% | 0.86% | - |
| XYZ | 32.02 | 19.33 | 4.95 | - |
| YUV | 110.11 | 93.52 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 49 | 0 | 0.7 | 0.78 | 0.14 | 5.96 | 0.71 | 0.53 |
| Hex | DC | 42 | 31 | 0 | 46 | 4E | E | 6 | 47 | 35 |
| Octal | 334 | 102 | 61 | 0 | 106 | 116 | 16 | 6 | 107 | 65 |
| Binary | 11011100 | 1000010 | 110001 | 0 | 1000110 | 1001110 | 1110 | 110 | 1000111 | 110101 |
Color Harmonies of #DC4231
Complementary color
Monochromatic Colors of #DC4231
Black with #DC4231
Text Example
Text Example
White with #DC4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4231; }
p { color: rgb(220,66,49); }
H1.HeaderClassName
{
color: #DC4231;
}
.AnyTagClassName
{
color: #DC4231;
}
</style>
background-color css
<style>
a { background-color: #DC4231; }
a { background-color: rgb(220,66,49); }
div.DivClassName
{
background-color: #DC4231;
}
.BgClassName
{
background-color: #DC4231;
}
</style>
border-color css
<style>
span { border-color: #DC4231; }
span { border-color: rgb(220,66,49); }
td.TdClassName
{
border-color: #DC4231;
}
.TagClassName
{
border-color: #DC4231;
}
</style>