Shades of Cinnabar #DF441E
Tints of Cinnabar #DF441E
RGB
CMYK
RGB Variations
Color information
#DF441E (or 0xDF441E) is known color: Cinnabar. HEX triplet: DF, 44 and 1E. RGB value is (223,68,30). Sum of RGB (Red+Green+Blue) = 223+68+30=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF441E is #20BBE1. Grayscale: #6E6E6E. Windows color (decimal): -2145250 or 1983711. OLE color: 1983711.
HSL color Cylindrical-coordinate representation of color #DF441E: hue angle of 11.81º 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 #DF441E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.13 |
| HSL | 11.81º | 0.76% | 0.5% | - |
| HSV(B) | 11.81º | 0.87% | 0.87% | - |
| XYZ | 32.73 | 19.92 | 3.35 | - |
| YUV | 110.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 30 | 0 | 0.70 | 0.87 | 0.13 | 11.81 | 0.76 | 0.5 |
| Hex | DF | 44 | 1E | 0 | 46 | 57 | D | C | 4C | 32 |
| Octal | 337 | 104 | 36 | 0 | 106 | 127 | 15 | 14 | 114 | 62 |
| Binary | 11011111 | 1000100 | 11110 | 0 | 1000110 | 1010111 | 1101 | 1100 | 1001100 | 110010 |
Color Harmonies of #DF441E
Complementary color
Monochromatic Colors of #DF441E
Black with #DF441E
Text Example
Text Example
White with #DF441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF441E; }
p { color: rgb(223,68,30); }
H1.HeaderClassName
{
color: #DF441E;
}
.AnyTagClassName
{
color: #DF441E;
}
</style>
background-color css
<style>
a { background-color: #DF441E; }
a { background-color: rgb(223,68,30); }
div.DivClassName
{
background-color: #DF441E;
}
.BgClassName
{
background-color: #DF441E;
}
</style>
border-color css
<style>
span { border-color: #DF441E; }
span { border-color: rgb(223,68,30); }
td.TdClassName
{
border-color: #DF441E;
}
.TagClassName
{
border-color: #DF441E;
}
</style>