Shades of Cinnabar #DF493F
Tints of Cinnabar #DF493F
RGB
CMYK
RGB Variations
Color information
#DF493F (or 0xDF493F) is known color: Cinnabar. HEX triplet: DF, 49 and 3F. RGB value is (223,73,63). Sum of RGB (Red+Green+Blue) = 223+73+63=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF493F is #20B6C0. Grayscale: #747474. Windows color (decimal): -2143937 or 4147679. OLE color: 4147679.
HSL color Cylindrical-coordinate representation of color #DF493F: hue angle of 3.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF493F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 63 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.13 |
| HSL | 3.75º | 0.71% | 0.56% | - |
| HSV(B) | 3.75º | 0.72% | 0.87% | - |
| XYZ | 33.71 | 20.81 | 6.94 | - |
| YUV | 116.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 63 | 0 | 0.67 | 0.72 | 0.13 | 3.75 | 0.71 | 0.56 |
| Hex | DF | 49 | 3F | 0 | 43 | 48 | D | 4 | 47 | 38 |
| Octal | 337 | 111 | 77 | 0 | 103 | 110 | 15 | 4 | 107 | 70 |
| Binary | 11011111 | 1001001 | 111111 | 0 | 1000011 | 1001000 | 1101 | 100 | 1000111 | 111000 |
Color Harmonies of #DF493F
Complementary color
Monochromatic Colors of #DF493F
Black with #DF493F
Text Example
Text Example
White with #DF493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF493F; }
p { color: rgb(223,73,63); }
H1.HeaderClassName
{
color: #DF493F;
}
.AnyTagClassName
{
color: #DF493F;
}
</style>
background-color css
<style>
a { background-color: #DF493F; }
a { background-color: rgb(223,73,63); }
div.DivClassName
{
background-color: #DF493F;
}
.BgClassName
{
background-color: #DF493F;
}
</style>
border-color css
<style>
span { border-color: #DF493F; }
span { border-color: rgb(223,73,63); }
td.TdClassName
{
border-color: #DF493F;
}
.TagClassName
{
border-color: #DF493F;
}
</style>