Shades of Cinnabar #DF3F33
Tints of Cinnabar #DF3F33
RGB
CMYK
RGB Variations
Color information
#DF3F33 (or 0xDF3F33) is known color: Cinnabar. HEX triplet: DF, 3F and 33. RGB value is (223,63,51). Sum of RGB (Red+Green+Blue) = 223+63+51=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F33 is #20C0CC. Grayscale: #6D6D6D. Windows color (decimal): -2146509 or 3358687. OLE color: 3358687.
HSL color Cylindrical-coordinate representation of color #DF3F33: hue angle of 4.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3F33 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 51 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.13 |
| HSL | 4.19º | 0.73% | 0.54% | - |
| HSV(B) | 4.19º | 0.77% | 0.87% | - |
| XYZ | 32.81 | 19.48 | 5.16 | - |
| YUV | 109.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 51 | 0 | 0.72 | 0.77 | 0.13 | 4.19 | 0.73 | 0.54 |
| Hex | DF | 3F | 33 | 0 | 48 | 4D | D | 4 | 49 | 36 |
| Octal | 337 | 77 | 63 | 0 | 110 | 115 | 15 | 4 | 111 | 66 |
| Binary | 11011111 | 111111 | 110011 | 0 | 1001000 | 1001101 | 1101 | 100 | 1001001 | 110110 |
Color Harmonies of #DF3F33
Complementary color
Monochromatic Colors of #DF3F33
Black with #DF3F33
Text Example
Text Example
White with #DF3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F33; }
p { color: rgb(223,63,51); }
H1.HeaderClassName
{
color: #DF3F33;
}
.AnyTagClassName
{
color: #DF3F33;
}
</style>
background-color css
<style>
a { background-color: #DF3F33; }
a { background-color: rgb(223,63,51); }
div.DivClassName
{
background-color: #DF3F33;
}
.BgClassName
{
background-color: #DF3F33;
}
</style>
border-color css
<style>
span { border-color: #DF3F33; }
span { border-color: rgb(223,63,51); }
td.TdClassName
{
border-color: #DF3F33;
}
.TagClassName
{
border-color: #DF3F33;
}
</style>