Shades of Cinnabar #DF421F
Tints of Cinnabar #DF421F
RGB
CMYK
RGB Variations
Color information
#DF421F (or 0xDF421F) is known color: Cinnabar. HEX triplet: DF, 42 and 1F. RGB value is (223,66,31). Sum of RGB (Red+Green+Blue) = 223+66+31=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF421F is #20BDE0. Grayscale: #6D6D6D. Windows color (decimal): -2145761 or 2048735. OLE color: 2048735.
HSL color Cylindrical-coordinate representation of color #DF421F: hue angle of 10.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF421F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 10.94º | 0.76% | 0.5% | - |
| HSV(B) | 10.94º | 0.86% | 0.87% | - |
| XYZ | 32.63 | 19.68 | 3.38 | - |
| YUV | 108.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 31 | 0 | 0.70 | 0.86 | 0.13 | 10.94 | 0.76 | 0.5 |
| Hex | DF | 42 | 1F | 0 | 46 | 56 | D | B | 4C | 32 |
| Octal | 337 | 102 | 37 | 0 | 106 | 126 | 15 | 13 | 114 | 62 |
| Binary | 11011111 | 1000010 | 11111 | 0 | 1000110 | 1010110 | 1101 | 1011 | 1001100 | 110010 |
Color Harmonies of #DF421F
Complementary color
Monochromatic Colors of #DF421F
Black with #DF421F
Text Example
Text Example
White with #DF421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF421F; }
p { color: rgb(223,66,31); }
H1.HeaderClassName
{
color: #DF421F;
}
.AnyTagClassName
{
color: #DF421F;
}
</style>
background-color css
<style>
a { background-color: #DF421F; }
a { background-color: rgb(223,66,31); }
div.DivClassName
{
background-color: #DF421F;
}
.BgClassName
{
background-color: #DF421F;
}
</style>
border-color css
<style>
span { border-color: #DF421F; }
span { border-color: rgb(223,66,31); }
td.TdClassName
{
border-color: #DF421F;
}
.TagClassName
{
border-color: #DF421F;
}
</style>