Shades of Cinnabar #DF402E
Tints of Cinnabar #DF402E
RGB
CMYK
RGB Variations
Color information
#DF402E (or 0xDF402E) is known color: Cinnabar. HEX triplet: DF, 40 and 2E. RGB value is (223,64,46). Sum of RGB (Red+Green+Blue) = 223+64+46=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF402E is #20BFD1. Grayscale: #6D6D6D. Windows color (decimal): -2146258 or 3031263. OLE color: 3031263.
HSL color Cylindrical-coordinate representation of color #DF402E: hue angle of 6.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF402E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.13 |
| HSL | 6.1º | 0.73% | 0.53% | - |
| HSV(B) | 6.1º | 0.79% | 0.87% | - |
| XYZ | 32.76 | 19.55 | 4.63 | - |
| YUV | 109.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 46 | 0 | 0.71 | 0.79 | 0.13 | 6.1 | 0.73 | 0.53 |
| Hex | DF | 40 | 2E | 0 | 47 | 4F | D | 6 | 49 | 35 |
| Octal | 337 | 100 | 56 | 0 | 107 | 117 | 15 | 6 | 111 | 65 |
| Binary | 11011111 | 1000000 | 101110 | 0 | 1000111 | 1001111 | 1101 | 110 | 1001001 | 110101 |
Color Harmonies of #DF402E
Complementary color
Monochromatic Colors of #DF402E
Black with #DF402E
Text Example
Text Example
White with #DF402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF402E; }
p { color: rgb(223,64,46); }
H1.HeaderClassName
{
color: #DF402E;
}
.AnyTagClassName
{
color: #DF402E;
}
</style>
background-color css
<style>
a { background-color: #DF402E; }
a { background-color: rgb(223,64,46); }
div.DivClassName
{
background-color: #DF402E;
}
.BgClassName
{
background-color: #DF402E;
}
</style>
border-color css
<style>
span { border-color: #DF402E; }
span { border-color: rgb(223,64,46); }
td.TdClassName
{
border-color: #DF402E;
}
.TagClassName
{
border-color: #DF402E;
}
</style>