Shades of Cinnabar #DF411C
Tints of Cinnabar #DF411C
RGB
CMYK
RGB Variations
Color information
#DF411C (or 0xDF411C) is known color: Cinnabar. HEX triplet: DF, 41 and 1C. RGB value is (223,65,28). Sum of RGB (Red+Green+Blue) = 223+65+28=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF411C is #20BEE3. Grayscale: #6C6C6C. Windows color (decimal): -2146020 or 1851871. OLE color: 1851871.
HSL color Cylindrical-coordinate representation of color #DF411C: hue angle of 11.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF411C is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 28 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.13 |
| HSL | 11.38º | 0.78% | 0.49% | - |
| HSV(B) | 11.38º | 0.87% | 0.87% | - |
| XYZ | 32.53 | 19.55 | 3.16 | - |
| YUV | 108.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 28 | 0 | 0.71 | 0.87 | 0.13 | 11.38 | 0.78 | 0.49 |
| Hex | DF | 41 | 1C | 0 | 47 | 57 | D | B | 4E | 31 |
| Octal | 337 | 101 | 34 | 0 | 107 | 127 | 15 | 13 | 116 | 61 |
| Binary | 11011111 | 1000001 | 11100 | 0 | 1000111 | 1010111 | 1101 | 1011 | 1001110 | 110001 |
Color Harmonies of #DF411C
Complementary color
Monochromatic Colors of #DF411C
Black with #DF411C
Text Example
Text Example
White with #DF411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF411C; }
p { color: rgb(223,65,28); }
H1.HeaderClassName
{
color: #DF411C;
}
.AnyTagClassName
{
color: #DF411C;
}
</style>
background-color css
<style>
a { background-color: #DF411C; }
a { background-color: rgb(223,65,28); }
div.DivClassName
{
background-color: #DF411C;
}
.BgClassName
{
background-color: #DF411C;
}
</style>
border-color css
<style>
span { border-color: #DF411C; }
span { border-color: rgb(223,65,28); }
td.TdClassName
{
border-color: #DF411C;
}
.TagClassName
{
border-color: #DF411C;
}
</style>