Shades of Cinnabar #DF451B
Tints of Cinnabar #DF451B
RGB
CMYK
RGB Variations
Color information
#DF451B (or 0xDF451B) is known color: Cinnabar. HEX triplet: DF, 45 and 1B. RGB value is (223,69,27). Sum of RGB (Red+Green+Blue) = 223+69+27=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF451B is #20BAE4. Grayscale: #6E6E6E. Windows color (decimal): -2144997 or 1787359. OLE color: 1787359.
HSL color Cylindrical-coordinate representation of color #DF451B: hue angle of 12.86º 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 #DF451B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.13 |
| HSL | 12.86º | 0.78% | 0.49% | - |
| HSV(B) | 12.86º | 0.88% | 0.87% | - |
| XYZ | 32.76 | 20.02 | 3.18 | - |
| YUV | 110.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 27 | 0 | 0.69 | 0.88 | 0.13 | 12.86 | 0.78 | 0.49 |
| Hex | DF | 45 | 1B | 0 | 45 | 58 | D | D | 4E | 31 |
| Octal | 337 | 105 | 33 | 0 | 105 | 130 | 15 | 15 | 116 | 61 |
| Binary | 11011111 | 1000101 | 11011 | 0 | 1000101 | 1011000 | 1101 | 1101 | 1001110 | 110001 |
Color Harmonies of #DF451B
Complementary color
Monochromatic Colors of #DF451B
Black with #DF451B
Text Example
Text Example
White with #DF451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF451B; }
p { color: rgb(223,69,27); }
H1.HeaderClassName
{
color: #DF451B;
}
.AnyTagClassName
{
color: #DF451B;
}
</style>
background-color css
<style>
a { background-color: #DF451B; }
a { background-color: rgb(223,69,27); }
div.DivClassName
{
background-color: #DF451B;
}
.BgClassName
{
background-color: #DF451B;
}
</style>
border-color css
<style>
span { border-color: #DF451B; }
span { border-color: rgb(223,69,27); }
td.TdClassName
{
border-color: #DF451B;
}
.TagClassName
{
border-color: #DF451B;
}
</style>