Shades of Cinnabar #DF3731
Tints of Cinnabar #DF3731
RGB
CMYK
RGB Variations
Color information
#DF3731 (or 0xDF3731) is known color: Cinnabar. HEX triplet: DF, 37 and 31. RGB value is (223,55,49). Sum of RGB (Red+Green+Blue) = 223+55+49=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3731 is #20C8CE. Grayscale: #686868. Windows color (decimal): -2148559 or 3225567. OLE color: 3225567.
HSL color Cylindrical-coordinate representation of color #DF3731: hue angle of 2.07º 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 #DF3731 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 49 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.13 |
| HSL | 2.07º | 0.73% | 0.53% | - |
| HSV(B) | 2.07º | 0.78% | 0.87% | - |
| XYZ | 32.35 | 18.64 | 4.8 | - |
| YUV | 104.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 49 | 0 | 0.75 | 0.78 | 0.13 | 2.07 | 0.73 | 0.53 |
| Hex | DF | 37 | 31 | 0 | 4B | 4E | D | 2 | 49 | 35 |
| Octal | 337 | 67 | 61 | 0 | 113 | 116 | 15 | 2 | 111 | 65 |
| Binary | 11011111 | 110111 | 110001 | 0 | 1001011 | 1001110 | 1101 | 10 | 1001001 | 110101 |
Color Harmonies of #DF3731
Complementary color
Monochromatic Colors of #DF3731
Black with #DF3731
Text Example
Text Example
White with #DF3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3731; }
p { color: rgb(223,55,49); }
H1.HeaderClassName
{
color: #DF3731;
}
.AnyTagClassName
{
color: #DF3731;
}
</style>
background-color css
<style>
a { background-color: #DF3731; }
a { background-color: rgb(223,55,49); }
div.DivClassName
{
background-color: #DF3731;
}
.BgClassName
{
background-color: #DF3731;
}
</style>
border-color css
<style>
span { border-color: #DF3731; }
span { border-color: rgb(223,55,49); }
td.TdClassName
{
border-color: #DF3731;
}
.TagClassName
{
border-color: #DF3731;
}
</style>