Shades of Cinnabar #DF3530
Tints of Cinnabar #DF3530
RGB
CMYK
RGB Variations
Color information
#DF3530 (or 0xDF3530) is known color: Cinnabar. HEX triplet: DF, 35 and 30. RGB value is (223,53,48). Sum of RGB (Red+Green+Blue) = 223+53+48=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3530 is #20CACF. Grayscale: #676767. Windows color (decimal): -2149072 or 3159519. OLE color: 3159519.
HSL color Cylindrical-coordinate representation of color #DF3530: hue angle of 1.71º 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 #DF3530 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 48 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.13 |
| HSL | 1.71º | 0.73% | 0.53% | - |
| HSV(B) | 1.71º | 0.78% | 0.87% | - |
| XYZ | 32.24 | 18.45 | 4.66 | - |
| YUV | 103.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 48 | 0 | 0.76 | 0.78 | 0.13 | 1.71 | 0.73 | 0.53 |
| Hex | DF | 35 | 30 | 0 | 4C | 4E | D | 2 | 49 | 35 |
| Octal | 337 | 65 | 60 | 0 | 114 | 116 | 15 | 2 | 111 | 65 |
| Binary | 11011111 | 110101 | 110000 | 0 | 1001100 | 1001110 | 1101 | 10 | 1001001 | 110101 |
Color Harmonies of #DF3530
Complementary color
Monochromatic Colors of #DF3530
Black with #DF3530
Text Example
Text Example
White with #DF3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3530; }
p { color: rgb(223,53,48); }
H1.HeaderClassName
{
color: #DF3530;
}
.AnyTagClassName
{
color: #DF3530;
}
</style>
background-color css
<style>
a { background-color: #DF3530; }
a { background-color: rgb(223,53,48); }
div.DivClassName
{
background-color: #DF3530;
}
.BgClassName
{
background-color: #DF3530;
}
</style>
border-color css
<style>
span { border-color: #DF3530; }
span { border-color: rgb(223,53,48); }
td.TdClassName
{
border-color: #DF3530;
}
.TagClassName
{
border-color: #DF3530;
}
</style>