Shades of Cinnabar #DF3F30
Tints of Cinnabar #DF3F30
RGB
CMYK
RGB Variations
Color information
#DF3F30 (or 0xDF3F30) is known color: Cinnabar. HEX triplet: DF, 3F and 30. RGB value is (223,63,48). Sum of RGB (Red+Green+Blue) = 223+63+48=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F30 is #20C0CF. Grayscale: #6D6D6D. Windows color (decimal): -2146512 or 3162079. OLE color: 3162079.
HSL color Cylindrical-coordinate representation of color #DF3F30: hue angle of 5.14º 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 #DF3F30 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 48 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.13 |
| HSL | 5.14º | 0.73% | 0.53% | - |
| HSV(B) | 5.14º | 0.78% | 0.87% | - |
| XYZ | 32.74 | 19.46 | 4.83 | - |
| YUV | 109.13 | 93.51 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 48 | 0 | 0.72 | 0.78 | 0.13 | 5.14 | 0.73 | 0.53 |
| Hex | DF | 3F | 30 | 0 | 48 | 4E | D | 5 | 49 | 35 |
| Octal | 337 | 77 | 60 | 0 | 110 | 116 | 15 | 5 | 111 | 65 |
| Binary | 11011111 | 111111 | 110000 | 0 | 1001000 | 1001110 | 1101 | 101 | 1001001 | 110101 |
Color Harmonies of #DF3F30
Complementary color
Monochromatic Colors of #DF3F30
Black with #DF3F30
Text Example
Text Example
White with #DF3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F30; }
p { color: rgb(223,63,48); }
H1.HeaderClassName
{
color: #DF3F30;
}
.AnyTagClassName
{
color: #DF3F30;
}
</style>
background-color css
<style>
a { background-color: #DF3F30; }
a { background-color: rgb(223,63,48); }
div.DivClassName
{
background-color: #DF3F30;
}
.BgClassName
{
background-color: #DF3F30;
}
</style>
border-color css
<style>
span { border-color: #DF3F30; }
span { border-color: rgb(223,63,48); }
td.TdClassName
{
border-color: #DF3F30;
}
.TagClassName
{
border-color: #DF3F30;
}
</style>