Shades of Cinnabar #DF421D
Tints of Cinnabar #DF421D
RGB
CMYK
RGB Variations
Color information
#DF421D (or 0xDF421D) is known color: Cinnabar. HEX triplet: DF, 42 and 1D. RGB value is (223,66,29). Sum of RGB (Red+Green+Blue) = 223+66+29=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF421D is #20BDE2. Grayscale: #6D6D6D. Windows color (decimal): -2145763 or 1917663. OLE color: 1917663.
HSL color Cylindrical-coordinate representation of color #DF421D: hue angle of 11.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF421D is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 29 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.13 |
| HSL | 11.44º | 0.77% | 0.49% | - |
| HSV(B) | 11.44º | 0.87% | 0.87% | - |
| XYZ | 32.6 | 19.67 | 3.24 | - |
| YUV | 108.73 | 83.01 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 29 | 0 | 0.70 | 0.87 | 0.13 | 11.44 | 0.77 | 0.49 |
| Hex | DF | 42 | 1D | 0 | 46 | 57 | D | B | 4D | 31 |
| Octal | 337 | 102 | 35 | 0 | 106 | 127 | 15 | 13 | 115 | 61 |
| Binary | 11011111 | 1000010 | 11101 | 0 | 1000110 | 1010111 | 1101 | 1011 | 1001101 | 110001 |
Color Harmonies of #DF421D
Complementary color
Monochromatic Colors of #DF421D
Black with #DF421D
Text Example
Text Example
White with #DF421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF421D; }
p { color: rgb(223,66,29); }
H1.HeaderClassName
{
color: #DF421D;
}
.AnyTagClassName
{
color: #DF421D;
}
</style>
background-color css
<style>
a { background-color: #DF421D; }
a { background-color: rgb(223,66,29); }
div.DivClassName
{
background-color: #DF421D;
}
.BgClassName
{
background-color: #DF421D;
}
</style>
border-color css
<style>
span { border-color: #DF421D; }
span { border-color: rgb(223,66,29); }
td.TdClassName
{
border-color: #DF421D;
}
.TagClassName
{
border-color: #DF421D;
}
</style>