Shades of Cinnabar #DF4935
Tints of Cinnabar #DF4935
RGB
CMYK
RGB Variations
Color information
#DF4935 (or 0xDF4935) is known color: Cinnabar. HEX triplet: DF, 49 and 35. RGB value is (223,73,53). Sum of RGB (Red+Green+Blue) = 223+73+53=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4935 is #20B6CA. Grayscale: #737373. Windows color (decimal): -2143947 or 3492319. OLE color: 3492319.
HSL color Cylindrical-coordinate representation of color #DF4935: hue angle of 7.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF4935 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 53 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.13 |
| HSL | 7.06º | 0.73% | 0.54% | - |
| HSV(B) | 7.06º | 0.76% | 0.87% | - |
| XYZ | 33.46 | 20.71 | 5.6 | - |
| YUV | 115.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 53 | 0 | 0.67 | 0.76 | 0.13 | 7.06 | 0.73 | 0.54 |
| Hex | DF | 49 | 35 | 0 | 43 | 4C | D | 7 | 49 | 36 |
| Octal | 337 | 111 | 65 | 0 | 103 | 114 | 15 | 7 | 111 | 66 |
| Binary | 11011111 | 1001001 | 110101 | 0 | 1000011 | 1001100 | 1101 | 111 | 1001001 | 110110 |
Color Harmonies of #DF4935
Complementary color
Monochromatic Colors of #DF4935
Black with #DF4935
Text Example
Text Example
White with #DF4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4935; }
p { color: rgb(223,73,53); }
H1.HeaderClassName
{
color: #DF4935;
}
.AnyTagClassName
{
color: #DF4935;
}
</style>
background-color css
<style>
a { background-color: #DF4935; }
a { background-color: rgb(223,73,53); }
div.DivClassName
{
background-color: #DF4935;
}
.BgClassName
{
background-color: #DF4935;
}
</style>
border-color css
<style>
span { border-color: #DF4935; }
span { border-color: rgb(223,73,53); }
td.TdClassName
{
border-color: #DF4935;
}
.TagClassName
{
border-color: #DF4935;
}
</style>