Shades of Cinnabar #DF453D
Tints of Cinnabar #DF453D
RGB
CMYK
RGB Variations
Color information
#DF453D (or 0xDF453D) is known color: Cinnabar. HEX triplet: DF, 45 and 3D. RGB value is (223,69,61). Sum of RGB (Red+Green+Blue) = 223+69+61=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF453D is #20BAC2. Grayscale: #727272. Windows color (decimal): -2144963 or 4015583. OLE color: 4015583.
HSL color Cylindrical-coordinate representation of color #DF453D: hue angle of 2.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF453D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 61 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.13 |
| HSL | 2.96º | 0.72% | 0.56% | - |
| HSV(B) | 2.96º | 0.73% | 0.87% | - |
| XYZ | 33.4 | 20.28 | 6.57 | - |
| YUV | 114.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 61 | 0 | 0.69 | 0.73 | 0.13 | 2.96 | 0.72 | 0.56 |
| Hex | DF | 45 | 3D | 0 | 45 | 49 | D | 3 | 48 | 38 |
| Octal | 337 | 105 | 75 | 0 | 105 | 111 | 15 | 3 | 110 | 70 |
| Binary | 11011111 | 1000101 | 111101 | 0 | 1000101 | 1001001 | 1101 | 11 | 1001000 | 111000 |
Color Harmonies of #DF453D
Complementary color
Monochromatic Colors of #DF453D
Black with #DF453D
Text Example
Text Example
White with #DF453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF453D; }
p { color: rgb(223,69,61); }
H1.HeaderClassName
{
color: #DF453D;
}
.AnyTagClassName
{
color: #DF453D;
}
</style>
background-color css
<style>
a { background-color: #DF453D; }
a { background-color: rgb(223,69,61); }
div.DivClassName
{
background-color: #DF453D;
}
.BgClassName
{
background-color: #DF453D;
}
</style>
border-color css
<style>
span { border-color: #DF453D; }
span { border-color: rgb(223,69,61); }
td.TdClassName
{
border-color: #DF453D;
}
.TagClassName
{
border-color: #DF453D;
}
</style>