Shades of Cinnabar #DF3231
Tints of Cinnabar #DF3231
RGB
CMYK
RGB Variations
Color information
#DF3231 (or 0xDF3231) is known color: Cinnabar. HEX triplet: DF, 32 and 31. RGB value is (223,50,49). Sum of RGB (Red+Green+Blue) = 223+50+49=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3231 is #20CDCE. Grayscale: #656565. Windows color (decimal): -2149839 or 3224287. OLE color: 3224287.
HSL color Cylindrical-coordinate representation of color #DF3231: hue angle of 0.34º 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 #DF3231 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 49 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.13 |
| HSL | 0.34º | 0.73% | 0.53% | - |
| HSV(B) | 0.34º | 0.78% | 0.87% | - |
| XYZ | 32.13 | 18.19 | 4.72 | - |
| YUV | 101.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 49 | 0 | 0.78 | 0.78 | 0.13 | 0.34 | 0.73 | 0.53 |
| Hex | DF | 32 | 31 | 0 | 4E | 4E | D | 0 | 49 | 35 |
| Octal | 337 | 62 | 61 | 0 | 116 | 116 | 15 | 0 | 111 | 65 |
| Binary | 11011111 | 110010 | 110001 | 0 | 1001110 | 1001110 | 1101 | 0 | 1001001 | 110101 |
Color Harmonies of #DF3231
Complementary color
Monochromatic Colors of #DF3231
Black with #DF3231
Text Example
Text Example
White with #DF3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3231; }
p { color: rgb(223,50,49); }
H1.HeaderClassName
{
color: #DF3231;
}
.AnyTagClassName
{
color: #DF3231;
}
</style>
background-color css
<style>
a { background-color: #DF3231; }
a { background-color: rgb(223,50,49); }
div.DivClassName
{
background-color: #DF3231;
}
.BgClassName
{
background-color: #DF3231;
}
</style>
border-color css
<style>
span { border-color: #DF3231; }
span { border-color: rgb(223,50,49); }
td.TdClassName
{
border-color: #DF3231;
}
.TagClassName
{
border-color: #DF3231;
}
</style>