Shades of Cinnabar #DF4919
Tints of Cinnabar #DF4919
RGB
CMYK
RGB Variations
Color information
#DF4919 (or 0xDF4919) is known color: Cinnabar. HEX triplet: DF, 49 and 19. RGB value is (223,73,25). Sum of RGB (Red+Green+Blue) = 223+73+25=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4919 is #20B6E6. Grayscale: #707070. Windows color (decimal): -2143975 or 1657311. OLE color: 1657311.
HSL color Cylindrical-coordinate representation of color #DF4919: hue angle of 14.55º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF4919 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.13 |
| HSL | 14.55º | 0.8% | 0.49% | - |
| HSV(B) | 14.55º | 0.89% | 0.87% | - |
| XYZ | 32.99 | 20.52 | 3.14 | - |
| YUV | 112.38 | 78.7 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 25 | 0 | 0.67 | 0.89 | 0.13 | 14.55 | 0.8 | 0.49 |
| Hex | DF | 49 | 19 | 0 | 43 | 59 | D | F | 50 | 31 |
| Octal | 337 | 111 | 31 | 0 | 103 | 131 | 15 | 17 | 120 | 61 |
| Binary | 11011111 | 1001001 | 11001 | 0 | 1000011 | 1011001 | 1101 | 1111 | 1010000 | 110001 |
Color Harmonies of #DF4919
Complementary color
Monochromatic Colors of #DF4919
Black with #DF4919
Text Example
Text Example
White with #DF4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4919; }
p { color: rgb(223,73,25); }
H1.HeaderClassName
{
color: #DF4919;
}
.AnyTagClassName
{
color: #DF4919;
}
</style>
background-color css
<style>
a { background-color: #DF4919; }
a { background-color: rgb(223,73,25); }
div.DivClassName
{
background-color: #DF4919;
}
.BgClassName
{
background-color: #DF4919;
}
</style>
border-color css
<style>
span { border-color: #DF4919; }
span { border-color: rgb(223,73,25); }
td.TdClassName
{
border-color: #DF4919;
}
.TagClassName
{
border-color: #DF4919;
}
</style>