Shades of Cinnabar #DF3931
Tints of Cinnabar #DF3931
RGB
CMYK
RGB Variations
Color information
#DF3931 (or 0xDF3931) is known color: Cinnabar. HEX triplet: DF, 39 and 31. RGB value is (223,57,49). Sum of RGB (Red+Green+Blue) = 223+57+49=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3931 is #20C6CE. Grayscale: #696969. Windows color (decimal): -2148047 or 3226079. OLE color: 3226079.
HSL color Cylindrical-coordinate representation of color #DF3931: hue angle of 2.76º 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 #DF3931 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 49 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.13 |
| HSL | 2.76º | 0.73% | 0.53% | - |
| HSV(B) | 2.76º | 0.78% | 0.87% | - |
| XYZ | 32.45 | 18.84 | 4.83 | - |
| YUV | 105.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 49 | 0 | 0.74 | 0.78 | 0.13 | 2.76 | 0.73 | 0.53 |
| Hex | DF | 39 | 31 | 0 | 4A | 4E | D | 3 | 49 | 35 |
| Octal | 337 | 71 | 61 | 0 | 112 | 116 | 15 | 3 | 111 | 65 |
| Binary | 11011111 | 111001 | 110001 | 0 | 1001010 | 1001110 | 1101 | 11 | 1001001 | 110101 |
Color Harmonies of #DF3931
Complementary color
Monochromatic Colors of #DF3931
Black with #DF3931
Text Example
Text Example
White with #DF3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3931; }
p { color: rgb(223,57,49); }
H1.HeaderClassName
{
color: #DF3931;
}
.AnyTagClassName
{
color: #DF3931;
}
</style>
background-color css
<style>
a { background-color: #DF3931; }
a { background-color: rgb(223,57,49); }
div.DivClassName
{
background-color: #DF3931;
}
.BgClassName
{
background-color: #DF3931;
}
</style>
border-color css
<style>
span { border-color: #DF3931; }
span { border-color: rgb(223,57,49); }
td.TdClassName
{
border-color: #DF3931;
}
.TagClassName
{
border-color: #DF3931;
}
</style>