Shades of Cinnabar #DF4F34
Tints of Cinnabar #DF4F34
RGB
CMYK
RGB Variations
Color information
#DF4F34 (or 0xDF4F34) is known color: Cinnabar. HEX triplet: DF, 4F and 34. RGB value is (223,79,52). Sum of RGB (Red+Green+Blue) = 223+79+52=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F34 is #20B0CB. Grayscale: #777777. Windows color (decimal): -2142412 or 3428319. OLE color: 3428319.
HSL color Cylindrical-coordinate representation of color #DF4F34: hue angle of 9.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF4F34 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 52 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.13 |
| HSL | 9.47º | 0.73% | 0.54% | - |
| HSV(B) | 9.47º | 0.77% | 0.87% | - |
| XYZ | 33.85 | 21.53 | 5.62 | - |
| YUV | 118.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 52 | 0 | 0.65 | 0.77 | 0.13 | 9.47 | 0.73 | 0.54 |
| Hex | DF | 4F | 34 | 0 | 41 | 4D | D | 9 | 49 | 36 |
| Octal | 337 | 117 | 64 | 0 | 101 | 115 | 15 | 11 | 111 | 66 |
| Binary | 11011111 | 1001111 | 110100 | 0 | 1000001 | 1001101 | 1101 | 1001 | 1001001 | 110110 |
Color Harmonies of #DF4F34
Complementary color
Monochromatic Colors of #DF4F34
Black with #DF4F34
Text Example
Text Example
White with #DF4F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F34; }
p { color: rgb(223,79,52); }
H1.HeaderClassName
{
color: #DF4F34;
}
.AnyTagClassName
{
color: #DF4F34;
}
</style>
background-color css
<style>
a { background-color: #DF4F34; }
a { background-color: rgb(223,79,52); }
div.DivClassName
{
background-color: #DF4F34;
}
.BgClassName
{
background-color: #DF4F34;
}
</style>
border-color css
<style>
span { border-color: #DF4F34; }
span { border-color: rgb(223,79,52); }
td.TdClassName
{
border-color: #DF4F34;
}
.TagClassName
{
border-color: #DF4F34;
}
</style>