Shades of Cinnabar #DF471C
Tints of Cinnabar #DF471C
RGB
CMYK
RGB Variations
Color information
#DF471C (or 0xDF471C) is known color: Cinnabar. HEX triplet: DF, 47 and 1C. RGB value is (223,71,28). Sum of RGB (Red+Green+Blue) = 223+71+28=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF471C is #20B8E3. Grayscale: #6F6F6F. Windows color (decimal): -2144484 or 1853407. OLE color: 1853407.
HSL color Cylindrical-coordinate representation of color #DF471C: hue angle of 13.23º 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 #DF471C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.13 |
| HSL | 13.23º | 0.78% | 0.49% | - |
| HSV(B) | 13.23º | 0.87% | 0.87% | - |
| XYZ | 32.89 | 20.28 | 3.28 | - |
| YUV | 111.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 28 | 0 | 0.68 | 0.87 | 0.13 | 13.23 | 0.78 | 0.49 |
| Hex | DF | 47 | 1C | 0 | 44 | 57 | D | D | 4E | 31 |
| Octal | 337 | 107 | 34 | 0 | 104 | 127 | 15 | 15 | 116 | 61 |
| Binary | 11011111 | 1000111 | 11100 | 0 | 1000100 | 1010111 | 1101 | 1101 | 1001110 | 110001 |
Color Harmonies of #DF471C
Complementary color
Monochromatic Colors of #DF471C
Black with #DF471C
Text Example
Text Example
White with #DF471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF471C; }
p { color: rgb(223,71,28); }
H1.HeaderClassName
{
color: #DF471C;
}
.AnyTagClassName
{
color: #DF471C;
}
</style>
background-color css
<style>
a { background-color: #DF471C; }
a { background-color: rgb(223,71,28); }
div.DivClassName
{
background-color: #DF471C;
}
.BgClassName
{
background-color: #DF471C;
}
</style>
border-color css
<style>
span { border-color: #DF471C; }
span { border-color: rgb(223,71,28); }
td.TdClassName
{
border-color: #DF471C;
}
.TagClassName
{
border-color: #DF471C;
}
</style>