Shades of Cinnabar #DF4945
Tints of Cinnabar #DF4945
RGB
CMYK
RGB Variations
Color information
#DF4945 (or 0xDF4945) is known color: Cinnabar. HEX triplet: DF, 49 and 45. RGB value is (223,73,69). Sum of RGB (Red+Green+Blue) = 223+73+69=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4945 is #20B6BA. Grayscale: #757575. Windows color (decimal): -2143931 or 4540895. OLE color: 4540895.
HSL color Cylindrical-coordinate representation of color #DF4945: hue angle of 1.56º 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 #DF4945 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.13 |
| HSL | 1.56º | 0.71% | 0.57% | - |
| HSV(B) | 1.56º | 0.69% | 0.87% | - |
| XYZ | 33.89 | 20.88 | 7.87 | - |
| YUV | 117.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 69 | 0 | 0.67 | 0.69 | 0.13 | 1.56 | 0.71 | 0.57 |
| Hex | DF | 49 | 45 | 0 | 43 | 45 | D | 2 | 47 | 39 |
| Octal | 337 | 111 | 105 | 0 | 103 | 105 | 15 | 2 | 107 | 71 |
| Binary | 11011111 | 1001001 | 1000101 | 0 | 1000011 | 1000101 | 1101 | 10 | 1000111 | 111001 |
Color Harmonies of #DF4945
Complementary color
Monochromatic Colors of #DF4945
Black with #DF4945
Text Example
Text Example
White with #DF4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4945; }
p { color: rgb(223,73,69); }
H1.HeaderClassName
{
color: #DF4945;
}
.AnyTagClassName
{
color: #DF4945;
}
</style>
background-color css
<style>
a { background-color: #DF4945; }
a { background-color: rgb(223,73,69); }
div.DivClassName
{
background-color: #DF4945;
}
.BgClassName
{
background-color: #DF4945;
}
</style>
border-color css
<style>
span { border-color: #DF4945; }
span { border-color: rgb(223,73,69); }
td.TdClassName
{
border-color: #DF4945;
}
.TagClassName
{
border-color: #DF4945;
}
</style>