Shades of Cinnabar #DF3932
Tints of Cinnabar #DF3932
RGB
CMYK
RGB Variations
Color information
#DF3932 (or 0xDF3932) is known color: Cinnabar. HEX triplet: DF, 39 and 32. RGB value is (223,57,50). Sum of RGB (Red+Green+Blue) = 223+57+50=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3932 is #20C6CD. Grayscale: #6A6A6A. Windows color (decimal): -2148046 or 3291615. OLE color: 3291615.
HSL color Cylindrical-coordinate representation of color #DF3932: hue angle of 2.43º 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 #DF3932 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 50 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.13 |
| HSL | 2.43º | 0.73% | 0.54% | - |
| HSV(B) | 2.43º | 0.78% | 0.87% | - |
| XYZ | 32.47 | 18.84 | 4.94 | - |
| YUV | 105.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 50 | 0 | 0.74 | 0.78 | 0.13 | 2.43 | 0.73 | 0.54 |
| Hex | DF | 39 | 32 | 0 | 4A | 4E | D | 2 | 49 | 36 |
| Octal | 337 | 71 | 62 | 0 | 112 | 116 | 15 | 2 | 111 | 66 |
| Binary | 11011111 | 111001 | 110010 | 0 | 1001010 | 1001110 | 1101 | 10 | 1001001 | 110110 |
Color Harmonies of #DF3932
Complementary color
Monochromatic Colors of #DF3932
Black with #DF3932
Text Example
Text Example
White with #DF3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3932; }
p { color: rgb(223,57,50); }
H1.HeaderClassName
{
color: #DF3932;
}
.AnyTagClassName
{
color: #DF3932;
}
</style>
background-color css
<style>
a { background-color: #DF3932; }
a { background-color: rgb(223,57,50); }
div.DivClassName
{
background-color: #DF3932;
}
.BgClassName
{
background-color: #DF3932;
}
</style>
border-color css
<style>
span { border-color: #DF3932; }
span { border-color: rgb(223,57,50); }
td.TdClassName
{
border-color: #DF3932;
}
.TagClassName
{
border-color: #DF3932;
}
</style>