Shades of Cinnabar #DF441B
Tints of Cinnabar #DF441B
RGB
CMYK
RGB Variations
Color information
#DF441B (or 0xDF441B) is known color: Cinnabar. HEX triplet: DF, 44 and 1B. RGB value is (223,68,27). Sum of RGB (Red+Green+Blue) = 223+68+27=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF441B is #20BBE4. Grayscale: #6D6D6D. Windows color (decimal): -2145253 or 1787103. OLE color: 1787103.
HSL color Cylindrical-coordinate representation of color #DF441B: hue angle of 12.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF441B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.13 |
| HSL | 12.55º | 0.78% | 0.49% | - |
| HSV(B) | 12.55º | 0.88% | 0.87% | - |
| XYZ | 32.7 | 19.9 | 3.15 | - |
| YUV | 109.67 | 81.35 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 27 | 0 | 0.70 | 0.88 | 0.13 | 12.55 | 0.78 | 0.49 |
| Hex | DF | 44 | 1B | 0 | 46 | 58 | D | D | 4E | 31 |
| Octal | 337 | 104 | 33 | 0 | 106 | 130 | 15 | 15 | 116 | 61 |
| Binary | 11011111 | 1000100 | 11011 | 0 | 1000110 | 1011000 | 1101 | 1101 | 1001110 | 110001 |
Color Harmonies of #DF441B
Complementary color
Monochromatic Colors of #DF441B
Black with #DF441B
Text Example
Text Example
White with #DF441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF441B; }
p { color: rgb(223,68,27); }
H1.HeaderClassName
{
color: #DF441B;
}
.AnyTagClassName
{
color: #DF441B;
}
</style>
background-color css
<style>
a { background-color: #DF441B; }
a { background-color: rgb(223,68,27); }
div.DivClassName
{
background-color: #DF441B;
}
.BgClassName
{
background-color: #DF441B;
}
</style>
border-color css
<style>
span { border-color: #DF441B; }
span { border-color: rgb(223,68,27); }
td.TdClassName
{
border-color: #DF441B;
}
.TagClassName
{
border-color: #DF441B;
}
</style>