Shades of Cinnabar #DF402B
Tints of Cinnabar #DF402B
RGB
CMYK
RGB Variations
Color information
#DF402B (or 0xDF402B) is known color: Cinnabar. HEX triplet: DF, 40 and 2B. RGB value is (223,64,43). Sum of RGB (Red+Green+Blue) = 223+64+43=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF402B is #20BFD4. Grayscale: #6D6D6D. Windows color (decimal): -2146261 or 2834655. OLE color: 2834655.
HSL color Cylindrical-coordinate representation of color #DF402B: hue angle of 7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF402B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 43 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7º | 0.74% | 0.52% | - |
| HSV(B) | 7º | 0.81% | 0.87% | - |
| XYZ | 32.7 | 19.53 | 4.33 | - |
| YUV | 109.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 43 | 0 | 0.71 | 0.81 | 0.13 | 7 | 0.74 | 0.52 |
| Hex | DF | 40 | 2B | 0 | 47 | 51 | D | 7 | 4A | 34 |
| Octal | 337 | 100 | 53 | 0 | 107 | 121 | 15 | 7 | 112 | 64 |
| Binary | 11011111 | 1000000 | 101011 | 0 | 1000111 | 1010001 | 1101 | 111 | 1001010 | 110100 |
Color Harmonies of #DF402B
Complementary color
Monochromatic Colors of #DF402B
Black with #DF402B
Text Example
Text Example
White with #DF402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF402B; }
p { color: rgb(223,64,43); }
H1.HeaderClassName
{
color: #DF402B;
}
.AnyTagClassName
{
color: #DF402B;
}
</style>
background-color css
<style>
a { background-color: #DF402B; }
a { background-color: rgb(223,64,43); }
div.DivClassName
{
background-color: #DF402B;
}
.BgClassName
{
background-color: #DF402B;
}
</style>
border-color css
<style>
span { border-color: #DF402B; }
span { border-color: rgb(223,64,43); }
td.TdClassName
{
border-color: #DF402B;
}
.TagClassName
{
border-color: #DF402B;
}
</style>