Shades of Cinnabar #DF3E32
Tints of Cinnabar #DF3E32
RGB
CMYK
RGB Variations
Color information
#DF3E32 (or 0xDF3E32) is known color: Cinnabar. HEX triplet: DF, 3E and 32. RGB value is (223,62,50). Sum of RGB (Red+Green+Blue) = 223+62+50=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E32 is #20C1CD. Grayscale: #6C6C6C. Windows color (decimal): -2146766 or 3292895. OLE color: 3292895.
HSL color Cylindrical-coordinate representation of color #DF3E32: hue angle of 4.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3E32 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.13 |
| HSL | 4.16º | 0.73% | 0.54% | - |
| HSV(B) | 4.16º | 0.78% | 0.87% | - |
| XYZ | 32.73 | 19.36 | 5.03 | - |
| YUV | 108.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 50 | 0 | 0.72 | 0.78 | 0.13 | 4.16 | 0.73 | 0.54 |
| Hex | DF | 3E | 32 | 0 | 48 | 4E | D | 4 | 49 | 36 |
| Octal | 337 | 76 | 62 | 0 | 110 | 116 | 15 | 4 | 111 | 66 |
| Binary | 11011111 | 111110 | 110010 | 0 | 1001000 | 1001110 | 1101 | 100 | 1001001 | 110110 |
Color Harmonies of #DF3E32
Complementary color
Monochromatic Colors of #DF3E32
Black with #DF3E32
Text Example
Text Example
White with #DF3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E32; }
p { color: rgb(223,62,50); }
H1.HeaderClassName
{
color: #DF3E32;
}
.AnyTagClassName
{
color: #DF3E32;
}
</style>
background-color css
<style>
a { background-color: #DF3E32; }
a { background-color: rgb(223,62,50); }
div.DivClassName
{
background-color: #DF3E32;
}
.BgClassName
{
background-color: #DF3E32;
}
</style>
border-color css
<style>
span { border-color: #DF3E32; }
span { border-color: rgb(223,62,50); }
td.TdClassName
{
border-color: #DF3E32;
}
.TagClassName
{
border-color: #DF3E32;
}
</style>