Shades of Cinnabar #DF3B31
Tints of Cinnabar #DF3B31
RGB
CMYK
RGB Variations
Color information
#DF3B31 (or 0xDF3B31) is known color: Cinnabar. HEX triplet: DF, 3B and 31. RGB value is (223,59,49). Sum of RGB (Red+Green+Blue) = 223+59+49=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B31 is #20C4CE. Grayscale: #6B6B6B. Windows color (decimal): -2147535 or 3226591. OLE color: 3226591.
HSL color Cylindrical-coordinate representation of color #DF3B31: hue angle of 3.45º 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 #DF3B31 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 49 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.13 |
| HSL | 3.45º | 0.73% | 0.53% | - |
| HSV(B) | 3.45º | 0.78% | 0.87% | - |
| XYZ | 32.55 | 19.04 | 4.86 | - |
| YUV | 106.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 49 | 0 | 0.74 | 0.78 | 0.13 | 3.45 | 0.73 | 0.53 |
| Hex | DF | 3B | 31 | 0 | 4A | 4E | D | 3 | 49 | 35 |
| Octal | 337 | 73 | 61 | 0 | 112 | 116 | 15 | 3 | 111 | 65 |
| Binary | 11011111 | 111011 | 110001 | 0 | 1001010 | 1001110 | 1101 | 11 | 1001001 | 110101 |
Color Harmonies of #DF3B31
Complementary color
Monochromatic Colors of #DF3B31
Black with #DF3B31
Text Example
Text Example
White with #DF3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B31; }
p { color: rgb(223,59,49); }
H1.HeaderClassName
{
color: #DF3B31;
}
.AnyTagClassName
{
color: #DF3B31;
}
</style>
background-color css
<style>
a { background-color: #DF3B31; }
a { background-color: rgb(223,59,49); }
div.DivClassName
{
background-color: #DF3B31;
}
.BgClassName
{
background-color: #DF3B31;
}
</style>
border-color css
<style>
span { border-color: #DF3B31; }
span { border-color: rgb(223,59,49); }
td.TdClassName
{
border-color: #DF3B31;
}
.TagClassName
{
border-color: #DF3B31;
}
</style>