Shades of Cinnabar #DF4E2A
Tints of Cinnabar #DF4E2A
RGB
CMYK
RGB Variations
Color information
#DF4E2A (or 0xDF4E2A) is known color: Cinnabar. HEX triplet: DF, 4E and 2A. RGB value is (223,78,42). Sum of RGB (Red+Green+Blue) = 223+78+42=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E2A is #20B1D5. Grayscale: #757575. Windows color (decimal): -2142678 or 2772703. OLE color: 2772703.
HSL color Cylindrical-coordinate representation of color #DF4E2A: hue angle of 11.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF4E2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 42 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.13 |
| HSL | 11.93º | 0.74% | 0.52% | - |
| HSV(B) | 11.93º | 0.81% | 0.87% | - |
| XYZ | 33.57 | 21.3 | 4.53 | - |
| YUV | 117.25 | 85.54 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 42 | 0 | 0.65 | 0.81 | 0.13 | 11.93 | 0.74 | 0.52 |
| Hex | DF | 4E | 2A | 0 | 41 | 51 | D | C | 4A | 34 |
| Octal | 337 | 116 | 52 | 0 | 101 | 121 | 15 | 14 | 112 | 64 |
| Binary | 11011111 | 1001110 | 101010 | 0 | 1000001 | 1010001 | 1101 | 1100 | 1001010 | 110100 |
Color Harmonies of #DF4E2A
Complementary color
Monochromatic Colors of #DF4E2A
Black with #DF4E2A
Text Example
Text Example
White with #DF4E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E2A; }
p { color: rgb(223,78,42); }
H1.HeaderClassName
{
color: #DF4E2A;
}
.AnyTagClassName
{
color: #DF4E2A;
}
</style>
background-color css
<style>
a { background-color: #DF4E2A; }
a { background-color: rgb(223,78,42); }
div.DivClassName
{
background-color: #DF4E2A;
}
.BgClassName
{
background-color: #DF4E2A;
}
</style>
border-color css
<style>
span { border-color: #DF4E2A; }
span { border-color: rgb(223,78,42); }
td.TdClassName
{
border-color: #DF4E2A;
}
.TagClassName
{
border-color: #DF4E2A;
}
</style>