Shades of Cinnabar #DF3824
Tints of Cinnabar #DF3824
RGB
CMYK
RGB Variations
Color information
#DF3824 (or 0xDF3824) is known color: Cinnabar. HEX triplet: DF, 38 and 24. RGB value is (223,56,36). Sum of RGB (Red+Green+Blue) = 223+56+36=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3824 is #20C7DB. Grayscale: #676767. Windows color (decimal): -2148316 or 2373855. OLE color: 2373855.
HSL color Cylindrical-coordinate representation of color #DF3824: hue angle of 6.42º 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 #DF3824 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 36 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.13 |
| HSL | 6.42º | 0.75% | 0.51% | - |
| HSV(B) | 6.42º | 0.84% | 0.87% | - |
| XYZ | 32.16 | 18.64 | 3.57 | - |
| YUV | 103.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 36 | 0 | 0.75 | 0.84 | 0.13 | 6.42 | 0.75 | 0.51 |
| Hex | DF | 38 | 24 | 0 | 4B | 54 | D | 6 | 4B | 33 |
| Octal | 337 | 70 | 44 | 0 | 113 | 124 | 15 | 6 | 113 | 63 |
| Binary | 11011111 | 111000 | 100100 | 0 | 1001011 | 1010100 | 1101 | 110 | 1001011 | 110011 |
Color Harmonies of #DF3824
Complementary color
Monochromatic Colors of #DF3824
Black with #DF3824
Text Example
Text Example
White with #DF3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3824; }
p { color: rgb(223,56,36); }
H1.HeaderClassName
{
color: #DF3824;
}
.AnyTagClassName
{
color: #DF3824;
}
</style>
background-color css
<style>
a { background-color: #DF3824; }
a { background-color: rgb(223,56,36); }
div.DivClassName
{
background-color: #DF3824;
}
.BgClassName
{
background-color: #DF3824;
}
</style>
border-color css
<style>
span { border-color: #DF3824; }
span { border-color: rgb(223,56,36); }
td.TdClassName
{
border-color: #DF3824;
}
.TagClassName
{
border-color: #DF3824;
}
</style>