Shades of Cinnabar #DF4E3F
Tints of Cinnabar #DF4E3F
RGB
CMYK
RGB Variations
Color information
#DF4E3F (or 0xDF4E3F) is known color: Cinnabar. HEX triplet: DF, 4E and 3F. RGB value is (223,78,63). Sum of RGB (Red+Green+Blue) = 223+78+63=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E3F is #20B1C0. Grayscale: #777777. Windows color (decimal): -2142657 or 4148959. OLE color: 4148959.
HSL color Cylindrical-coordinate representation of color #DF4E3F: hue angle of 5.62º 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 #DF4E3F is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 63 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.13 |
| HSL | 5.63º | 0.71% | 0.56% | - |
| HSV(B) | 5.63º | 0.72% | 0.87% | - |
| XYZ | 34.05 | 21.5 | 7.06 | - |
| YUV | 119.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 63 | 0 | 0.65 | 0.72 | 0.13 | 5.63 | 0.71 | 0.56 |
| Hex | DF | 4E | 3F | 0 | 41 | 48 | D | 6 | 47 | 38 |
| Octal | 337 | 116 | 77 | 0 | 101 | 110 | 15 | 6 | 107 | 70 |
| Binary | 11011111 | 1001110 | 111111 | 0 | 1000001 | 1001000 | 1101 | 110 | 1000111 | 111000 |
Color Harmonies of #DF4E3F
Complementary color
Monochromatic Colors of #DF4E3F
Black with #DF4E3F
Text Example
Text Example
White with #DF4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E3F; }
p { color: rgb(223,78,63); }
H1.HeaderClassName
{
color: #DF4E3F;
}
.AnyTagClassName
{
color: #DF4E3F;
}
</style>
background-color css
<style>
a { background-color: #DF4E3F; }
a { background-color: rgb(223,78,63); }
div.DivClassName
{
background-color: #DF4E3F;
}
.BgClassName
{
background-color: #DF4E3F;
}
</style>
border-color css
<style>
span { border-color: #DF4E3F; }
span { border-color: rgb(223,78,63); }
td.TdClassName
{
border-color: #DF4E3F;
}
.TagClassName
{
border-color: #DF4E3F;
}
</style>