Shades of Cinnabar #DF4D42
Tints of Cinnabar #DF4D42
RGB
CMYK
RGB Variations
Color information
#DF4D42 (or 0xDF4D42) is known color: Cinnabar. HEX triplet: DF, 4D and 42. RGB value is (223,77,66). Sum of RGB (Red+Green+Blue) = 223+77+66=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4D42 is #20B2BD. Grayscale: #777777. Windows color (decimal): -2142910 or 4345311. OLE color: 4345311.
HSL color Cylindrical-coordinate representation of color #DF4D42: hue angle of 4.2º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4D42 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 66 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.13 |
| HSL | 4.2º | 0.71% | 0.57% | - |
| HSV(B) | 4.2º | 0.7% | 0.87% | - |
| XYZ | 34.07 | 21.39 | 7.49 | - |
| YUV | 119.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 66 | 0 | 0.65 | 0.70 | 0.13 | 4.2 | 0.71 | 0.57 |
| Hex | DF | 4D | 42 | 0 | 41 | 46 | D | 4 | 47 | 39 |
| Octal | 337 | 115 | 102 | 0 | 101 | 106 | 15 | 4 | 107 | 71 |
| Binary | 11011111 | 1001101 | 1000010 | 0 | 1000001 | 1000110 | 1101 | 100 | 1000111 | 111001 |
Color Harmonies of #DF4D42
Complementary color
Monochromatic Colors of #DF4D42
Black with #DF4D42
Text Example
Text Example
White with #DF4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D42; }
p { color: rgb(223,77,66); }
H1.HeaderClassName
{
color: #DF4D42;
}
.AnyTagClassName
{
color: #DF4D42;
}
</style>
background-color css
<style>
a { background-color: #DF4D42; }
a { background-color: rgb(223,77,66); }
div.DivClassName
{
background-color: #DF4D42;
}
.BgClassName
{
background-color: #DF4D42;
}
</style>
border-color css
<style>
span { border-color: #DF4D42; }
span { border-color: rgb(223,77,66); }
td.TdClassName
{
border-color: #DF4D42;
}
.TagClassName
{
border-color: #DF4D42;
}
</style>