Shades of Cinnabar #DF492A
Tints of Cinnabar #DF492A
RGB
CMYK
RGB Variations
Color information
#DF492A (or 0xDF492A) is known color: Cinnabar. HEX triplet: DF, 49 and 2A. RGB value is (223,73,42). Sum of RGB (Red+Green+Blue) = 223+73+42=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF492A is #20B6D5. Grayscale: #727272. Windows color (decimal): -2143958 or 2771423. OLE color: 2771423.
HSL color Cylindrical-coordinate representation of color #DF492A: hue angle of 10.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF492A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 42 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.13 |
| HSL | 10.28º | 0.74% | 0.52% | - |
| HSV(B) | 10.28º | 0.81% | 0.87% | - |
| XYZ | 33.23 | 20.62 | 4.42 | - |
| YUV | 114.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 42 | 0 | 0.67 | 0.81 | 0.13 | 10.28 | 0.74 | 0.52 |
| Hex | DF | 49 | 2A | 0 | 43 | 51 | D | A | 4A | 34 |
| Octal | 337 | 111 | 52 | 0 | 103 | 121 | 15 | 12 | 112 | 64 |
| Binary | 11011111 | 1001001 | 101010 | 0 | 1000011 | 1010001 | 1101 | 1010 | 1001010 | 110100 |
Color Harmonies of #DF492A
Complementary color
Monochromatic Colors of #DF492A
Black with #DF492A
Text Example
Text Example
White with #DF492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF492A; }
p { color: rgb(223,73,42); }
H1.HeaderClassName
{
color: #DF492A;
}
.AnyTagClassName
{
color: #DF492A;
}
</style>
background-color css
<style>
a { background-color: #DF492A; }
a { background-color: rgb(223,73,42); }
div.DivClassName
{
background-color: #DF492A;
}
.BgClassName
{
background-color: #DF492A;
}
</style>
border-color css
<style>
span { border-color: #DF492A; }
span { border-color: rgb(223,73,42); }
td.TdClassName
{
border-color: #DF492A;
}
.TagClassName
{
border-color: #DF492A;
}
</style>