Shades of Cinnabar #DF4231
Tints of Cinnabar #DF4231
RGB
CMYK
RGB Variations
Color information
#DF4231 (or 0xDF4231) is known color: Cinnabar. HEX triplet: DF, 42 and 31. RGB value is (223,66,49). Sum of RGB (Red+Green+Blue) = 223+66+49=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4231 is #20BDCE. Grayscale: #6F6F6F. Windows color (decimal): -2145743 or 3228383. OLE color: 3228383.
HSL color Cylindrical-coordinate representation of color #DF4231: hue angle of 5.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF4231 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 49 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.13 |
| HSL | 5.86º | 0.73% | 0.53% | - |
| HSV(B) | 5.86º | 0.78% | 0.87% | - |
| XYZ | 32.93 | 19.81 | 4.99 | - |
| YUV | 111.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 49 | 0 | 0.70 | 0.78 | 0.13 | 5.86 | 0.73 | 0.53 |
| Hex | DF | 42 | 31 | 0 | 46 | 4E | D | 6 | 49 | 35 |
| Octal | 337 | 102 | 61 | 0 | 106 | 116 | 15 | 6 | 111 | 65 |
| Binary | 11011111 | 1000010 | 110001 | 0 | 1000110 | 1001110 | 1101 | 110 | 1001001 | 110101 |
Color Harmonies of #DF4231
Complementary color
Monochromatic Colors of #DF4231
Black with #DF4231
Text Example
Text Example
White with #DF4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4231; }
p { color: rgb(223,66,49); }
H1.HeaderClassName
{
color: #DF4231;
}
.AnyTagClassName
{
color: #DF4231;
}
</style>
background-color css
<style>
a { background-color: #DF4231; }
a { background-color: rgb(223,66,49); }
div.DivClassName
{
background-color: #DF4231;
}
.BgClassName
{
background-color: #DF4231;
}
</style>
border-color css
<style>
span { border-color: #DF4231; }
span { border-color: rgb(223,66,49); }
td.TdClassName
{
border-color: #DF4231;
}
.TagClassName
{
border-color: #DF4231;
}
</style>