Shades of Cinnabar #DF481A
Tints of Cinnabar #DF481A
RGB
CMYK
RGB Variations
Color information
#DF481A (or 0xDF481A) is known color: Cinnabar. HEX triplet: DF, 48 and 1A. RGB value is (223,72,26). Sum of RGB (Red+Green+Blue) = 223+72+26=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF481A is #20B7E5. Grayscale: #707070. Windows color (decimal): -2144230 or 1722591. OLE color: 1722591.
HSL color Cylindrical-coordinate representation of color #DF481A: hue angle of 14.01º degrees, saturation: 0.79, 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 #DF481A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.13 |
| HSL | 14.01º | 0.79% | 0.49% | - |
| HSV(B) | 14.01º | 0.88% | 0.87% | - |
| XYZ | 32.94 | 20.4 | 3.18 | - |
| YUV | 111.91 | 79.53 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 26 | 0 | 0.68 | 0.88 | 0.13 | 14.01 | 0.79 | 0.49 |
| Hex | DF | 48 | 1A | 0 | 44 | 58 | D | E | 4F | 31 |
| Octal | 337 | 110 | 32 | 0 | 104 | 130 | 15 | 16 | 117 | 61 |
| Binary | 11011111 | 1001000 | 11010 | 0 | 1000100 | 1011000 | 1101 | 1110 | 1001111 | 110001 |
Color Harmonies of #DF481A
Complementary color
Monochromatic Colors of #DF481A
Black with #DF481A
Text Example
Text Example
White with #DF481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF481A; }
p { color: rgb(223,72,26); }
H1.HeaderClassName
{
color: #DF481A;
}
.AnyTagClassName
{
color: #DF481A;
}
</style>
background-color css
<style>
a { background-color: #DF481A; }
a { background-color: rgb(223,72,26); }
div.DivClassName
{
background-color: #DF481A;
}
.BgClassName
{
background-color: #DF481A;
}
</style>
border-color css
<style>
span { border-color: #DF481A; }
span { border-color: rgb(223,72,26); }
td.TdClassName
{
border-color: #DF481A;
}
.TagClassName
{
border-color: #DF481A;
}
</style>