Shades of Cinnabar #DF4030
Tints of Cinnabar #DF4030
RGB
CMYK
RGB Variations
Color information
#DF4030 (or 0xDF4030) is known color: Cinnabar. HEX triplet: DF, 40 and 30. RGB value is (223,64,48). Sum of RGB (Red+Green+Blue) = 223+64+48=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4030 is #20BFCF. Grayscale: #6D6D6D. Windows color (decimal): -2146256 or 3162335. OLE color: 3162335.
HSL color Cylindrical-coordinate representation of color #DF4030: hue angle of 5.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF4030 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 5.49º | 0.73% | 0.53% | - |
| HSV(B) | 5.49º | 0.78% | 0.87% | - |
| XYZ | 32.8 | 19.57 | 4.84 | - |
| YUV | 109.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 48 | 0 | 0.71 | 0.78 | 0.13 | 5.49 | 0.73 | 0.53 |
| Hex | DF | 40 | 30 | 0 | 47 | 4E | D | 5 | 49 | 35 |
| Octal | 337 | 100 | 60 | 0 | 107 | 116 | 15 | 5 | 111 | 65 |
| Binary | 11011111 | 1000000 | 110000 | 0 | 1000111 | 1001110 | 1101 | 101 | 1001001 | 110101 |
Color Harmonies of #DF4030
Complementary color
Monochromatic Colors of #DF4030
Black with #DF4030
Text Example
Text Example
White with #DF4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4030; }
p { color: rgb(223,64,48); }
H1.HeaderClassName
{
color: #DF4030;
}
.AnyTagClassName
{
color: #DF4030;
}
</style>
background-color css
<style>
a { background-color: #DF4030; }
a { background-color: rgb(223,64,48); }
div.DivClassName
{
background-color: #DF4030;
}
.BgClassName
{
background-color: #DF4030;
}
</style>
border-color css
<style>
span { border-color: #DF4030; }
span { border-color: rgb(223,64,48); }
td.TdClassName
{
border-color: #DF4030;
}
.TagClassName
{
border-color: #DF4030;
}
</style>