Shades of Cinnabar #DF493C
Tints of Cinnabar #DF493C
RGB
CMYK
RGB Variations
Color information
#DF493C (or 0xDF493C) is known color: Cinnabar. HEX triplet: DF, 49 and 3C. RGB value is (223,73,60). Sum of RGB (Red+Green+Blue) = 223+73+60=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF493C is #20B6C3. Grayscale: #747474. Windows color (decimal): -2143940 or 3951071. OLE color: 3951071.
HSL color Cylindrical-coordinate representation of color #DF493C: hue angle of 4.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF493C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 60 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.13 |
| HSL | 4.79º | 0.72% | 0.55% | - |
| HSV(B) | 4.79º | 0.73% | 0.87% | - |
| XYZ | 33.63 | 20.78 | 6.51 | - |
| YUV | 116.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 60 | 0 | 0.67 | 0.73 | 0.13 | 4.79 | 0.72 | 0.55 |
| Hex | DF | 49 | 3C | 0 | 43 | 49 | D | 5 | 48 | 37 |
| Octal | 337 | 111 | 74 | 0 | 103 | 111 | 15 | 5 | 110 | 67 |
| Binary | 11011111 | 1001001 | 111100 | 0 | 1000011 | 1001001 | 1101 | 101 | 1001000 | 110111 |
Color Harmonies of #DF493C
Complementary color
Monochromatic Colors of #DF493C
Black with #DF493C
Text Example
Text Example
White with #DF493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF493C; }
p { color: rgb(223,73,60); }
H1.HeaderClassName
{
color: #DF493C;
}
.AnyTagClassName
{
color: #DF493C;
}
</style>
background-color css
<style>
a { background-color: #DF493C; }
a { background-color: rgb(223,73,60); }
div.DivClassName
{
background-color: #DF493C;
}
.BgClassName
{
background-color: #DF493C;
}
</style>
border-color css
<style>
span { border-color: #DF493C; }
span { border-color: rgb(223,73,60); }
td.TdClassName
{
border-color: #DF493C;
}
.TagClassName
{
border-color: #DF493C;
}
</style>