Shades of Cinnabar #DF4D2B
Tints of Cinnabar #DF4D2B
RGB
CMYK
RGB Variations
Color information
#DF4D2B (or 0xDF4D2B) is known color: Cinnabar. HEX triplet: DF, 4D and 2B. RGB value is (223,77,43). Sum of RGB (Red+Green+Blue) = 223+77+43=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4D2B is #20B2D4. Grayscale: #757575. Windows color (decimal): -2142933 or 2837983. OLE color: 2837983.
HSL color Cylindrical-coordinate representation of color #DF4D2B: hue angle of 11.33º 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 #DF4D2B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 43 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.13 |
| HSL | 11.33º | 0.74% | 0.52% | - |
| HSV(B) | 11.33º | 0.81% | 0.87% | - |
| XYZ | 33.52 | 21.17 | 4.6 | - |
| YUV | 116.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 43 | 0 | 0.65 | 0.81 | 0.13 | 11.33 | 0.74 | 0.52 |
| Hex | DF | 4D | 2B | 0 | 41 | 51 | D | B | 4A | 34 |
| Octal | 337 | 115 | 53 | 0 | 101 | 121 | 15 | 13 | 112 | 64 |
| Binary | 11011111 | 1001101 | 101011 | 0 | 1000001 | 1010001 | 1101 | 1011 | 1001010 | 110100 |
Color Harmonies of #DF4D2B
Complementary color
Monochromatic Colors of #DF4D2B
Black with #DF4D2B
Text Example
Text Example
White with #DF4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D2B; }
p { color: rgb(223,77,43); }
H1.HeaderClassName
{
color: #DF4D2B;
}
.AnyTagClassName
{
color: #DF4D2B;
}
</style>
background-color css
<style>
a { background-color: #DF4D2B; }
a { background-color: rgb(223,77,43); }
div.DivClassName
{
background-color: #DF4D2B;
}
.BgClassName
{
background-color: #DF4D2B;
}
</style>
border-color css
<style>
span { border-color: #DF4D2B; }
span { border-color: rgb(223,77,43); }
td.TdClassName
{
border-color: #DF4D2B;
}
.TagClassName
{
border-color: #DF4D2B;
}
</style>