Shades of Cinnabar #DF4227
Tints of Cinnabar #DF4227
RGB
CMYK
RGB Variations
Color information
#DF4227 (or 0xDF4227) is known color: Cinnabar. HEX triplet: DF, 42 and 27. RGB value is (223,66,39). Sum of RGB (Red+Green+Blue) = 223+66+39=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4227 is #20BDD8. Grayscale: #6E6E6E. Windows color (decimal): -2145753 or 2573023. OLE color: 2573023.
HSL color Cylindrical-coordinate representation of color #DF4227: hue angle of 8.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF4227 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 39 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.13 |
| HSL | 8.8º | 0.74% | 0.51% | - |
| HSV(B) | 8.8º | 0.83% | 0.87% | - |
| XYZ | 32.75 | 19.73 | 4 | - |
| YUV | 109.87 | 88.01 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 39 | 0 | 0.70 | 0.83 | 0.13 | 8.8 | 0.74 | 0.51 |
| Hex | DF | 42 | 27 | 0 | 46 | 53 | D | 9 | 4A | 33 |
| Octal | 337 | 102 | 47 | 0 | 106 | 123 | 15 | 11 | 112 | 63 |
| Binary | 11011111 | 1000010 | 100111 | 0 | 1000110 | 1010011 | 1101 | 1001 | 1001010 | 110011 |
Color Harmonies of #DF4227
Complementary color
Monochromatic Colors of #DF4227
Black with #DF4227
Text Example
Text Example
White with #DF4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4227; }
p { color: rgb(223,66,39); }
H1.HeaderClassName
{
color: #DF4227;
}
.AnyTagClassName
{
color: #DF4227;
}
</style>
background-color css
<style>
a { background-color: #DF4227; }
a { background-color: rgb(223,66,39); }
div.DivClassName
{
background-color: #DF4227;
}
.BgClassName
{
background-color: #DF4227;
}
</style>
border-color css
<style>
span { border-color: #DF4227; }
span { border-color: rgb(223,66,39); }
td.TdClassName
{
border-color: #DF4227;
}
.TagClassName
{
border-color: #DF4227;
}
</style>