Shades of Cinnabar #DF481C
Tints of Cinnabar #DF481C
RGB
CMYK
RGB Variations
Color information
#DF481C (or 0xDF481C) is known color: Cinnabar. HEX triplet: DF, 48 and 1C. RGB value is (223,72,28). Sum of RGB (Red+Green+Blue) = 223+72+28=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF481C is #20B7E3. Grayscale: #707070. Windows color (decimal): -2144228 or 1853663. OLE color: 1853663.
HSL color Cylindrical-coordinate representation of color #DF481C: hue angle of 13.54º 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 #DF481C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.13 |
| HSL | 13.54º | 0.78% | 0.49% | - |
| HSV(B) | 13.54º | 0.87% | 0.87% | - |
| XYZ | 32.96 | 20.41 | 3.3 | - |
| YUV | 112.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 28 | 0 | 0.68 | 0.87 | 0.13 | 13.54 | 0.78 | 0.49 |
| Hex | DF | 48 | 1C | 0 | 44 | 57 | D | E | 4E | 31 |
| Octal | 337 | 110 | 34 | 0 | 104 | 127 | 15 | 16 | 116 | 61 |
| Binary | 11011111 | 1001000 | 11100 | 0 | 1000100 | 1010111 | 1101 | 1110 | 1001110 | 110001 |
Color Harmonies of #DF481C
Complementary color
Monochromatic Colors of #DF481C
Black with #DF481C
Text Example
Text Example
White with #DF481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF481C; }
p { color: rgb(223,72,28); }
H1.HeaderClassName
{
color: #DF481C;
}
.AnyTagClassName
{
color: #DF481C;
}
</style>
background-color css
<style>
a { background-color: #DF481C; }
a { background-color: rgb(223,72,28); }
div.DivClassName
{
background-color: #DF481C;
}
.BgClassName
{
background-color: #DF481C;
}
</style>
border-color css
<style>
span { border-color: #DF481C; }
span { border-color: rgb(223,72,28); }
td.TdClassName
{
border-color: #DF481C;
}
.TagClassName
{
border-color: #DF481C;
}
</style>