Shades of Cinnabar #DF3525
Tints of Cinnabar #DF3525
RGB
CMYK
RGB Variations
Color information
#DF3525 (or 0xDF3525) is known color: Cinnabar. HEX triplet: DF, 35 and 25. RGB value is (223,53,37). Sum of RGB (Red+Green+Blue) = 223+53+37=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3525 is #20CADA. Grayscale: #666666. Windows color (decimal): -2149083 or 2438623. OLE color: 2438623.
HSL color Cylindrical-coordinate representation of color #DF3525: hue angle of 5.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF3525 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 37 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.13 |
| HSL | 5.16º | 0.74% | 0.51% | - |
| HSV(B) | 5.16º | 0.83% | 0.87% | - |
| XYZ | 32.04 | 18.37 | 3.61 | - |
| YUV | 102.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 37 | 0 | 0.76 | 0.83 | 0.13 | 5.16 | 0.74 | 0.51 |
| Hex | DF | 35 | 25 | 0 | 4C | 53 | D | 5 | 4A | 33 |
| Octal | 337 | 65 | 45 | 0 | 114 | 123 | 15 | 5 | 112 | 63 |
| Binary | 11011111 | 110101 | 100101 | 0 | 1001100 | 1010011 | 1101 | 101 | 1001010 | 110011 |
Color Harmonies of #DF3525
Complementary color
Monochromatic Colors of #DF3525
Black with #DF3525
Text Example
Text Example
White with #DF3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3525; }
p { color: rgb(223,53,37); }
H1.HeaderClassName
{
color: #DF3525;
}
.AnyTagClassName
{
color: #DF3525;
}
</style>
background-color css
<style>
a { background-color: #DF3525; }
a { background-color: rgb(223,53,37); }
div.DivClassName
{
background-color: #DF3525;
}
.BgClassName
{
background-color: #DF3525;
}
</style>
border-color css
<style>
span { border-color: #DF3525; }
span { border-color: rgb(223,53,37); }
td.TdClassName
{
border-color: #DF3525;
}
.TagClassName
{
border-color: #DF3525;
}
</style>