Shades of Cinnabar #DF4845
Tints of Cinnabar #DF4845
RGB
CMYK
RGB Variations
Color information
#DF4845 (or 0xDF4845) is known color: Cinnabar. HEX triplet: DF, 48 and 45. RGB value is (223,72,69). Sum of RGB (Red+Green+Blue) = 223+72+69=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4845 is #20B7BA. Grayscale: #747474. Windows color (decimal): -2144187 or 4540639. OLE color: 4540639.
HSL color Cylindrical-coordinate representation of color #DF4845: hue angle of 1.17º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4845 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 69 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.13 |
| HSL | 1.17º | 0.71% | 0.57% | - |
| HSV(B) | 1.17º | 0.69% | 0.87% | - |
| XYZ | 33.82 | 20.75 | 7.85 | - |
| YUV | 116.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 69 | 0 | 0.68 | 0.69 | 0.13 | 1.17 | 0.71 | 0.57 |
| Hex | DF | 48 | 45 | 0 | 44 | 45 | D | 1 | 47 | 39 |
| Octal | 337 | 110 | 105 | 0 | 104 | 105 | 15 | 1 | 107 | 71 |
| Binary | 11011111 | 1001000 | 1000101 | 0 | 1000100 | 1000101 | 1101 | 1 | 1000111 | 111001 |
Color Harmonies of #DF4845
Complementary color
Monochromatic Colors of #DF4845
Black with #DF4845
Text Example
Text Example
White with #DF4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4845; }
p { color: rgb(223,72,69); }
H1.HeaderClassName
{
color: #DF4845;
}
.AnyTagClassName
{
color: #DF4845;
}
</style>
background-color css
<style>
a { background-color: #DF4845; }
a { background-color: rgb(223,72,69); }
div.DivClassName
{
background-color: #DF4845;
}
.BgClassName
{
background-color: #DF4845;
}
</style>
border-color css
<style>
span { border-color: #DF4845; }
span { border-color: rgb(223,72,69); }
td.TdClassName
{
border-color: #DF4845;
}
.TagClassName
{
border-color: #DF4845;
}
</style>