Shades of Cinnabar #DF453C
Tints of Cinnabar #DF453C
RGB
CMYK
RGB Variations
Color information
#DF453C (or 0xDF453C) is known color: Cinnabar. HEX triplet: DF, 45 and 3C. RGB value is (223,69,60). Sum of RGB (Red+Green+Blue) = 223+69+60=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF453C is #20BAC3. Grayscale: #727272. Windows color (decimal): -2144964 or 3950047. OLE color: 3950047.
HSL color Cylindrical-coordinate representation of color #DF453C: hue angle of 3.31º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF453C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 60 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.13 |
| HSL | 3.31º | 0.72% | 0.55% | - |
| HSV(B) | 3.31º | 0.73% | 0.87% | - |
| XYZ | 33.38 | 20.27 | 6.43 | - |
| YUV | 114.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 60 | 0 | 0.69 | 0.73 | 0.13 | 3.31 | 0.72 | 0.55 |
| Hex | DF | 45 | 3C | 0 | 45 | 49 | D | 3 | 48 | 37 |
| Octal | 337 | 105 | 74 | 0 | 105 | 111 | 15 | 3 | 110 | 67 |
| Binary | 11011111 | 1000101 | 111100 | 0 | 1000101 | 1001001 | 1101 | 11 | 1001000 | 110111 |
Color Harmonies of #DF453C
Complementary color
Monochromatic Colors of #DF453C
Black with #DF453C
Text Example
Text Example
White with #DF453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF453C; }
p { color: rgb(223,69,60); }
H1.HeaderClassName
{
color: #DF453C;
}
.AnyTagClassName
{
color: #DF453C;
}
</style>
background-color css
<style>
a { background-color: #DF453C; }
a { background-color: rgb(223,69,60); }
div.DivClassName
{
background-color: #DF453C;
}
.BgClassName
{
background-color: #DF453C;
}
</style>
border-color css
<style>
span { border-color: #DF453C; }
span { border-color: rgb(223,69,60); }
td.TdClassName
{
border-color: #DF453C;
}
.TagClassName
{
border-color: #DF453C;
}
</style>