Shades of Cinnabar #DF412A
Tints of Cinnabar #DF412A
RGB
CMYK
RGB Variations
Color information
#DF412A (or 0xDF412A) is known color: Cinnabar. HEX triplet: DF, 41 and 2A. RGB value is (223,65,42). Sum of RGB (Red+Green+Blue) = 223+65+42=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF412A is #20BED5. Grayscale: #6D6D6D. Windows color (decimal): -2146006 or 2769375. OLE color: 2769375.
HSL color Cylindrical-coordinate representation of color #DF412A: hue angle of 7.62º 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 #DF412A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 42 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7.62º | 0.74% | 0.52% | - |
| HSV(B) | 7.62º | 0.81% | 0.87% | - |
| XYZ | 32.74 | 19.64 | 4.25 | - |
| YUV | 109.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 42 | 0 | 0.71 | 0.81 | 0.13 | 7.62 | 0.74 | 0.52 |
| Hex | DF | 41 | 2A | 0 | 47 | 51 | D | 8 | 4A | 34 |
| Octal | 337 | 101 | 52 | 0 | 107 | 121 | 15 | 10 | 112 | 64 |
| Binary | 11011111 | 1000001 | 101010 | 0 | 1000111 | 1010001 | 1101 | 1000 | 1001010 | 110100 |
Color Harmonies of #DF412A
Complementary color
Monochromatic Colors of #DF412A
Black with #DF412A
Text Example
Text Example
White with #DF412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF412A; }
p { color: rgb(223,65,42); }
H1.HeaderClassName
{
color: #DF412A;
}
.AnyTagClassName
{
color: #DF412A;
}
</style>
background-color css
<style>
a { background-color: #DF412A; }
a { background-color: rgb(223,65,42); }
div.DivClassName
{
background-color: #DF412A;
}
.BgClassName
{
background-color: #DF412A;
}
</style>
border-color css
<style>
span { border-color: #DF412A; }
span { border-color: rgb(223,65,42); }
td.TdClassName
{
border-color: #DF412A;
}
.TagClassName
{
border-color: #DF412A;
}
</style>