Shades of Cinnabar #DF4827
Tints of Cinnabar #DF4827
RGB
CMYK
RGB Variations
Color information
#DF4827 (or 0xDF4827) is known color: Cinnabar. HEX triplet: DF, 48 and 27. RGB value is (223,72,39). Sum of RGB (Red+Green+Blue) = 223+72+39=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4827 is #20B7D8. Grayscale: #717171. Windows color (decimal): -2144217 or 2574559. OLE color: 2574559.
HSL color Cylindrical-coordinate representation of color #DF4827: hue angle of 10.76º 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 #DF4827 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 39 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.13 |
| HSL | 10.76º | 0.74% | 0.51% | - |
| HSV(B) | 10.76º | 0.83% | 0.87% | - |
| XYZ | 33.12 | 20.47 | 4.13 | - |
| YUV | 113.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 39 | 0 | 0.68 | 0.83 | 0.13 | 10.76 | 0.74 | 0.51 |
| Hex | DF | 48 | 27 | 0 | 44 | 53 | D | B | 4A | 33 |
| Octal | 337 | 110 | 47 | 0 | 104 | 123 | 15 | 13 | 112 | 63 |
| Binary | 11011111 | 1001000 | 100111 | 0 | 1000100 | 1010011 | 1101 | 1011 | 1001010 | 110011 |
Color Harmonies of #DF4827
Complementary color
Monochromatic Colors of #DF4827
Black with #DF4827
Text Example
Text Example
White with #DF4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4827; }
p { color: rgb(223,72,39); }
H1.HeaderClassName
{
color: #DF4827;
}
.AnyTagClassName
{
color: #DF4827;
}
</style>
background-color css
<style>
a { background-color: #DF4827; }
a { background-color: rgb(223,72,39); }
div.DivClassName
{
background-color: #DF4827;
}
.BgClassName
{
background-color: #DF4827;
}
</style>
border-color css
<style>
span { border-color: #DF4827; }
span { border-color: rgb(223,72,39); }
td.TdClassName
{
border-color: #DF4827;
}
.TagClassName
{
border-color: #DF4827;
}
</style>