Shades of Cinnabar #DF3A33
Tints of Cinnabar #DF3A33
RGB
CMYK
RGB Variations
Color information
#DF3A33 (or 0xDF3A33) is known color: Cinnabar. HEX triplet: DF, 3A and 33. RGB value is (223,58,51). Sum of RGB (Red+Green+Blue) = 223+58+51=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A33 is #20C5CC. Grayscale: #6A6A6A. Windows color (decimal): -2147789 or 3357407. OLE color: 3357407.
HSL color Cylindrical-coordinate representation of color #DF3A33: hue angle of 2.44º 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 #DF3A33 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 51 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.13 |
| HSL | 2.44º | 0.73% | 0.54% | - |
| HSV(B) | 2.44º | 0.77% | 0.87% | - |
| XYZ | 32.54 | 18.95 | 5.08 | - |
| YUV | 106.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 51 | 0 | 0.74 | 0.77 | 0.13 | 2.44 | 0.73 | 0.54 |
| Hex | DF | 3A | 33 | 0 | 4A | 4D | D | 2 | 49 | 36 |
| Octal | 337 | 72 | 63 | 0 | 112 | 115 | 15 | 2 | 111 | 66 |
| Binary | 11011111 | 111010 | 110011 | 0 | 1001010 | 1001101 | 1101 | 10 | 1001001 | 110110 |
Color Harmonies of #DF3A33
Complementary color
Monochromatic Colors of #DF3A33
Black with #DF3A33
Text Example
Text Example
White with #DF3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A33; }
p { color: rgb(223,58,51); }
H1.HeaderClassName
{
color: #DF3A33;
}
.AnyTagClassName
{
color: #DF3A33;
}
</style>
background-color css
<style>
a { background-color: #DF3A33; }
a { background-color: rgb(223,58,51); }
div.DivClassName
{
background-color: #DF3A33;
}
.BgClassName
{
background-color: #DF3A33;
}
</style>
border-color css
<style>
span { border-color: #DF3A33; }
span { border-color: rgb(223,58,51); }
td.TdClassName
{
border-color: #DF3A33;
}
.TagClassName
{
border-color: #DF3A33;
}
</style>