Shades of Cinnabar #DF4132
Tints of Cinnabar #DF4132
RGB
CMYK
RGB Variations
Color information
#DF4132 (or 0xDF4132) is known color: Cinnabar. HEX triplet: DF, 41 and 32. RGB value is (223,65,50). Sum of RGB (Red+Green+Blue) = 223+65+50=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4132 is #20BECD. Grayscale: #6E6E6E. Windows color (decimal): -2145998 or 3293663. OLE color: 3293663.
HSL color Cylindrical-coordinate representation of color #DF4132: hue angle of 5.2º 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 #DF4132 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 50 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 5.2º | 0.73% | 0.54% | - |
| HSV(B) | 5.2º | 0.78% | 0.87% | - |
| XYZ | 32.9 | 19.7 | 5.09 | - |
| YUV | 110.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 50 | 0 | 0.71 | 0.78 | 0.13 | 5.2 | 0.73 | 0.54 |
| Hex | DF | 41 | 32 | 0 | 47 | 4E | D | 5 | 49 | 36 |
| Octal | 337 | 101 | 62 | 0 | 107 | 116 | 15 | 5 | 111 | 66 |
| Binary | 11011111 | 1000001 | 110010 | 0 | 1000111 | 1001110 | 1101 | 101 | 1001001 | 110110 |
Color Harmonies of #DF4132
Complementary color
Monochromatic Colors of #DF4132
Black with #DF4132
Text Example
Text Example
White with #DF4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4132; }
p { color: rgb(223,65,50); }
H1.HeaderClassName
{
color: #DF4132;
}
.AnyTagClassName
{
color: #DF4132;
}
</style>
background-color css
<style>
a { background-color: #DF4132; }
a { background-color: rgb(223,65,50); }
div.DivClassName
{
background-color: #DF4132;
}
.BgClassName
{
background-color: #DF4132;
}
</style>
border-color css
<style>
span { border-color: #DF4132; }
span { border-color: rgb(223,65,50); }
td.TdClassName
{
border-color: #DF4132;
}
.TagClassName
{
border-color: #DF4132;
}
</style>