Shades of Cinnabar #DF4834
Tints of Cinnabar #DF4834
RGB
CMYK
RGB Variations
Color information
#DF4834 (or 0xDF4834) is known color: Cinnabar. HEX triplet: DF, 48 and 34. RGB value is (223,72,52). Sum of RGB (Red+Green+Blue) = 223+72+52=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4834 is #20B7CB. Grayscale: #737373. Windows color (decimal): -2144204 or 3426527. OLE color: 3426527.
HSL color Cylindrical-coordinate representation of color #DF4834: hue angle of 7.02º 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 #DF4834 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 52 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.13 |
| HSL | 7.02º | 0.73% | 0.54% | - |
| HSV(B) | 7.02º | 0.77% | 0.87% | - |
| XYZ | 33.37 | 20.57 | 5.46 | - |
| YUV | 114.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 52 | 0 | 0.68 | 0.77 | 0.13 | 7.02 | 0.73 | 0.54 |
| Hex | DF | 48 | 34 | 0 | 44 | 4D | D | 7 | 49 | 36 |
| Octal | 337 | 110 | 64 | 0 | 104 | 115 | 15 | 7 | 111 | 66 |
| Binary | 11011111 | 1001000 | 110100 | 0 | 1000100 | 1001101 | 1101 | 111 | 1001001 | 110110 |
Color Harmonies of #DF4834
Complementary color
Monochromatic Colors of #DF4834
Black with #DF4834
Text Example
Text Example
White with #DF4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4834; }
p { color: rgb(223,72,52); }
H1.HeaderClassName
{
color: #DF4834;
}
.AnyTagClassName
{
color: #DF4834;
}
</style>
background-color css
<style>
a { background-color: #DF4834; }
a { background-color: rgb(223,72,52); }
div.DivClassName
{
background-color: #DF4834;
}
.BgClassName
{
background-color: #DF4834;
}
</style>
border-color css
<style>
span { border-color: #DF4834; }
span { border-color: rgb(223,72,52); }
td.TdClassName
{
border-color: #DF4834;
}
.TagClassName
{
border-color: #DF4834;
}
</style>