Shades of Cinnabar #DF3A24
Tints of Cinnabar #DF3A24
RGB
CMYK
RGB Variations
Color information
#DF3A24 (or 0xDF3A24) is known color: Cinnabar. HEX triplet: DF, 3A and 24. RGB value is (223,58,36). Sum of RGB (Red+Green+Blue) = 223+58+36=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A24 is #20C5DB. Grayscale: #696969. Windows color (decimal): -2147804 or 2374367. OLE color: 2374367.
HSL color Cylindrical-coordinate representation of color #DF3A24: hue angle of 7.06º 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 #DF3A24 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 36 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.13 |
| HSL | 7.06º | 0.75% | 0.51% | - |
| HSV(B) | 7.06º | 0.84% | 0.87% | - |
| XYZ | 32.26 | 18.84 | 3.61 | - |
| YUV | 104.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 36 | 0 | 0.74 | 0.84 | 0.13 | 7.06 | 0.75 | 0.51 |
| Hex | DF | 3A | 24 | 0 | 4A | 54 | D | 7 | 4B | 33 |
| Octal | 337 | 72 | 44 | 0 | 112 | 124 | 15 | 7 | 113 | 63 |
| Binary | 11011111 | 111010 | 100100 | 0 | 1001010 | 1010100 | 1101 | 111 | 1001011 | 110011 |
Color Harmonies of #DF3A24
Complementary color
Monochromatic Colors of #DF3A24
Black with #DF3A24
Text Example
Text Example
White with #DF3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A24; }
p { color: rgb(223,58,36); }
H1.HeaderClassName
{
color: #DF3A24;
}
.AnyTagClassName
{
color: #DF3A24;
}
</style>
background-color css
<style>
a { background-color: #DF3A24; }
a { background-color: rgb(223,58,36); }
div.DivClassName
{
background-color: #DF3A24;
}
.BgClassName
{
background-color: #DF3A24;
}
</style>
border-color css
<style>
span { border-color: #DF3A24; }
span { border-color: rgb(223,58,36); }
td.TdClassName
{
border-color: #DF3A24;
}
.TagClassName
{
border-color: #DF3A24;
}
</style>