Shades of Cinnabar #DF401E
Tints of Cinnabar #DF401E
RGB
CMYK
RGB Variations
Color information
#DF401E (or 0xDF401E) is known color: Cinnabar. HEX triplet: DF, 40 and 1E. RGB value is (223,64,30). Sum of RGB (Red+Green+Blue) = 223+64+30=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF401E is #20BFE1. Grayscale: #6B6B6B. Windows color (decimal): -2146274 or 1982687. OLE color: 1982687.
HSL color Cylindrical-coordinate representation of color #DF401E: hue angle of 10.57º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF401E is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 30 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.13 |
| HSL | 10.57º | 0.76% | 0.5% | - |
| HSV(B) | 10.57º | 0.87% | 0.87% | - |
| XYZ | 32.5 | 19.45 | 3.27 | - |
| YUV | 107.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 30 | 0 | 0.71 | 0.87 | 0.13 | 10.57 | 0.76 | 0.5 |
| Hex | DF | 40 | 1E | 0 | 47 | 57 | D | B | 4C | 32 |
| Octal | 337 | 100 | 36 | 0 | 107 | 127 | 15 | 13 | 114 | 62 |
| Binary | 11011111 | 1000000 | 11110 | 0 | 1000111 | 1010111 | 1101 | 1011 | 1001100 | 110010 |
Color Harmonies of #DF401E
Complementary color
Monochromatic Colors of #DF401E
Black with #DF401E
Text Example
Text Example
White with #DF401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF401E; }
p { color: rgb(223,64,30); }
H1.HeaderClassName
{
color: #DF401E;
}
.AnyTagClassName
{
color: #DF401E;
}
</style>
background-color css
<style>
a { background-color: #DF401E; }
a { background-color: rgb(223,64,30); }
div.DivClassName
{
background-color: #DF401E;
}
.BgClassName
{
background-color: #DF401E;
}
</style>
border-color css
<style>
span { border-color: #DF401E; }
span { border-color: rgb(223,64,30); }
td.TdClassName
{
border-color: #DF401E;
}
.TagClassName
{
border-color: #DF401E;
}
</style>