Shades of Cinnabar #DF4E3E
Tints of Cinnabar #DF4E3E
RGB
CMYK
RGB Variations
Color information
#DF4E3E (or 0xDF4E3E) is known color: Cinnabar. HEX triplet: DF, 4E and 3E. RGB value is (223,78,62). Sum of RGB (Red+Green+Blue) = 223+78+62=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E3E is #20B1C1. Grayscale: #777777. Windows color (decimal): -2142658 or 4083423. OLE color: 4083423.
HSL color Cylindrical-coordinate representation of color #DF4E3E: hue angle of 5.96º degrees, saturation: 0.72, 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 #DF4E3E is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 62 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.13 |
| HSL | 5.96º | 0.72% | 0.56% | - |
| HSV(B) | 5.96º | 0.72% | 0.87% | - |
| XYZ | 34.03 | 21.48 | 6.91 | - |
| YUV | 119.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 62 | 0 | 0.65 | 0.72 | 0.13 | 5.96 | 0.72 | 0.56 |
| Hex | DF | 4E | 3E | 0 | 41 | 48 | D | 6 | 48 | 38 |
| Octal | 337 | 116 | 76 | 0 | 101 | 110 | 15 | 6 | 110 | 70 |
| Binary | 11011111 | 1001110 | 111110 | 0 | 1000001 | 1001000 | 1101 | 110 | 1001000 | 111000 |
Color Harmonies of #DF4E3E
Complementary color
Monochromatic Colors of #DF4E3E
Black with #DF4E3E
Text Example
Text Example
White with #DF4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E3E; }
p { color: rgb(223,78,62); }
H1.HeaderClassName
{
color: #DF4E3E;
}
.AnyTagClassName
{
color: #DF4E3E;
}
</style>
background-color css
<style>
a { background-color: #DF4E3E; }
a { background-color: rgb(223,78,62); }
div.DivClassName
{
background-color: #DF4E3E;
}
.BgClassName
{
background-color: #DF4E3E;
}
</style>
border-color css
<style>
span { border-color: #DF4E3E; }
span { border-color: rgb(223,78,62); }
td.TdClassName
{
border-color: #DF4E3E;
}
.TagClassName
{
border-color: #DF4E3E;
}
</style>