Shades of Cinnabar #DF3232
Tints of Cinnabar #DF3232
RGB
CMYK
RGB Variations
Color information
#DF3232 (or 0xDF3232) is known color: Cinnabar. HEX triplet: DF, 32 and 32. RGB value is (223,50,50). Sum of RGB (Red+Green+Blue) = 223+50+50=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3232 is #20CDCD. Grayscale: #656565. Windows color (decimal): -2149838 or 3289823. OLE color: 3289823.
HSL color Cylindrical-coordinate representation of color #DF3232: hue angle of 0º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3232 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 50 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.13 |
| HSL | 0º | 0.73% | 0.54% | - |
| HSV(B) | 0º | 0.78% | 0.87% | - |
| XYZ | 32.15 | 18.2 | 4.84 | - |
| YUV | 101.73 | 98.81 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 50 | 0 | 0.78 | 0.78 | 0.13 | 0 | 0.73 | 0.54 |
| Hex | DF | 32 | 32 | 0 | 4E | 4E | D | 0 | 49 | 36 |
| Octal | 337 | 62 | 62 | 0 | 116 | 116 | 15 | 0 | 111 | 66 |
| Binary | 11011111 | 110010 | 110010 | 0 | 1001110 | 1001110 | 1101 | 0 | 1001001 | 110110 |
Color Harmonies of #DF3232
Complementary color
Monochromatic Colors of #DF3232
Black with #DF3232
Text Example
Text Example
White with #DF3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3232; }
p { color: rgb(223,50,50); }
H1.HeaderClassName
{
color: #DF3232;
}
.AnyTagClassName
{
color: #DF3232;
}
</style>
background-color css
<style>
a { background-color: #DF3232; }
a { background-color: rgb(223,50,50); }
div.DivClassName
{
background-color: #DF3232;
}
.BgClassName
{
background-color: #DF3232;
}
</style>
border-color css
<style>
span { border-color: #DF3232; }
span { border-color: rgb(223,50,50); }
td.TdClassName
{
border-color: #DF3232;
}
.TagClassName
{
border-color: #DF3232;
}
</style>