Shades of Cinnabar #DF3527
Tints of Cinnabar #DF3527
RGB
CMYK
RGB Variations
Color information
#DF3527 (or 0xDF3527) is known color: Cinnabar. HEX triplet: DF, 35 and 27. RGB value is (223,53,39). Sum of RGB (Red+Green+Blue) = 223+53+39=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3527 is #20CAD8. Grayscale: #666666. Windows color (decimal): -2149081 or 2569695. OLE color: 2569695.
HSL color Cylindrical-coordinate representation of color #DF3527: hue angle of 4.57º 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 #DF3527 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 39 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.13 |
| HSL | 4.57º | 0.74% | 0.51% | - |
| HSV(B) | 4.57º | 0.83% | 0.87% | - |
| XYZ | 32.07 | 18.38 | 3.78 | - |
| YUV | 102.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 39 | 0 | 0.76 | 0.83 | 0.13 | 4.57 | 0.74 | 0.51 |
| Hex | DF | 35 | 27 | 0 | 4C | 53 | D | 5 | 4A | 33 |
| Octal | 337 | 65 | 47 | 0 | 114 | 123 | 15 | 5 | 112 | 63 |
| Binary | 11011111 | 110101 | 100111 | 0 | 1001100 | 1010011 | 1101 | 101 | 1001010 | 110011 |
Color Harmonies of #DF3527
Complementary color
Monochromatic Colors of #DF3527
Black with #DF3527
Text Example
Text Example
White with #DF3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3527; }
p { color: rgb(223,53,39); }
H1.HeaderClassName
{
color: #DF3527;
}
.AnyTagClassName
{
color: #DF3527;
}
</style>
background-color css
<style>
a { background-color: #DF3527; }
a { background-color: rgb(223,53,39); }
div.DivClassName
{
background-color: #DF3527;
}
.BgClassName
{
background-color: #DF3527;
}
</style>
border-color css
<style>
span { border-color: #DF3527; }
span { border-color: rgb(223,53,39); }
td.TdClassName
{
border-color: #DF3527;
}
.TagClassName
{
border-color: #DF3527;
}
</style>