Shades of Cinnabar #DF493D
Tints of Cinnabar #DF493D
RGB
CMYK
RGB Variations
Color information
#DF493D (or 0xDF493D) is known color: Cinnabar. HEX triplet: DF, 49 and 3D. RGB value is (223,73,61). Sum of RGB (Red+Green+Blue) = 223+73+61=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF493D is #20B6C2. Grayscale: #747474. Windows color (decimal): -2143939 or 4016607. OLE color: 4016607.
HSL color Cylindrical-coordinate representation of color #DF493D: hue angle of 4.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF493D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 61 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.13 |
| HSL | 4.44º | 0.72% | 0.56% | - |
| HSV(B) | 4.44º | 0.73% | 0.87% | - |
| XYZ | 33.66 | 20.79 | 6.65 | - |
| YUV | 116.48 | 96.7 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 61 | 0 | 0.67 | 0.73 | 0.13 | 4.44 | 0.72 | 0.56 |
| Hex | DF | 49 | 3D | 0 | 43 | 49 | D | 4 | 48 | 38 |
| Octal | 337 | 111 | 75 | 0 | 103 | 111 | 15 | 4 | 110 | 70 |
| Binary | 11011111 | 1001001 | 111101 | 0 | 1000011 | 1001001 | 1101 | 100 | 1001000 | 111000 |
Color Harmonies of #DF493D
Complementary color
Monochromatic Colors of #DF493D
Black with #DF493D
Text Example
Text Example
White with #DF493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF493D; }
p { color: rgb(223,73,61); }
H1.HeaderClassName
{
color: #DF493D;
}
.AnyTagClassName
{
color: #DF493D;
}
</style>
background-color css
<style>
a { background-color: #DF493D; }
a { background-color: rgb(223,73,61); }
div.DivClassName
{
background-color: #DF493D;
}
.BgClassName
{
background-color: #DF493D;
}
</style>
border-color css
<style>
span { border-color: #DF493D; }
span { border-color: rgb(223,73,61); }
td.TdClassName
{
border-color: #DF493D;
}
.TagClassName
{
border-color: #DF493D;
}
</style>