Shades of Cinnabar #DF4324
Tints of Cinnabar #DF4324
RGB
CMYK
RGB Variations
Color information
#DF4324 (or 0xDF4324) is known color: Cinnabar. HEX triplet: DF, 43 and 24. RGB value is (223,67,36). Sum of RGB (Red+Green+Blue) = 223+67+36=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4324 is #20BCDB. Grayscale: #6E6E6E. Windows color (decimal): -2145500 or 2376671. OLE color: 2376671.
HSL color Cylindrical-coordinate representation of color #DF4324: hue angle of 9.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF4324 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 9.95º | 0.75% | 0.51% | - |
| HSV(B) | 9.95º | 0.84% | 0.87% | - |
| XYZ | 32.76 | 19.83 | 3.77 | - |
| YUV | 110.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 36 | 0 | 0.70 | 0.84 | 0.13 | 9.95 | 0.75 | 0.51 |
| Hex | DF | 43 | 24 | 0 | 46 | 54 | D | A | 4B | 33 |
| Octal | 337 | 103 | 44 | 0 | 106 | 124 | 15 | 12 | 113 | 63 |
| Binary | 11011111 | 1000011 | 100100 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001011 | 110011 |
Color Harmonies of #DF4324
Complementary color
Monochromatic Colors of #DF4324
Black with #DF4324
Text Example
Text Example
White with #DF4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4324; }
p { color: rgb(223,67,36); }
H1.HeaderClassName
{
color: #DF4324;
}
.AnyTagClassName
{
color: #DF4324;
}
</style>
background-color css
<style>
a { background-color: #DF4324; }
a { background-color: rgb(223,67,36); }
div.DivClassName
{
background-color: #DF4324;
}
.BgClassName
{
background-color: #DF4324;
}
</style>
border-color css
<style>
span { border-color: #DF4324; }
span { border-color: rgb(223,67,36); }
td.TdClassName
{
border-color: #DF4324;
}
.TagClassName
{
border-color: #DF4324;
}
</style>