Shades of Cinnabar #DF4830
Tints of Cinnabar #DF4830
RGB
CMYK
RGB Variations
Color information
#DF4830 (or 0xDF4830) is known color: Cinnabar. HEX triplet: DF, 48 and 30. RGB value is (223,72,48). Sum of RGB (Red+Green+Blue) = 223+72+48=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4830 is #20B7CF. Grayscale: #727272. Windows color (decimal): -2144208 or 3164383. OLE color: 3164383.
HSL color Cylindrical-coordinate representation of color #DF4830: hue angle of 8.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF4830 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 48 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.13 |
| HSL | 8.23º | 0.73% | 0.53% | - |
| HSV(B) | 8.23º | 0.78% | 0.87% | - |
| XYZ | 33.28 | 20.54 | 5.01 | - |
| YUV | 114.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 48 | 0 | 0.68 | 0.78 | 0.13 | 8.23 | 0.73 | 0.53 |
| Hex | DF | 48 | 30 | 0 | 44 | 4E | D | 8 | 49 | 35 |
| Octal | 337 | 110 | 60 | 0 | 104 | 116 | 15 | 10 | 111 | 65 |
| Binary | 11011111 | 1001000 | 110000 | 0 | 1000100 | 1001110 | 1101 | 1000 | 1001001 | 110101 |
Color Harmonies of #DF4830
Complementary color
Monochromatic Colors of #DF4830
Black with #DF4830
Text Example
Text Example
White with #DF4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4830; }
p { color: rgb(223,72,48); }
H1.HeaderClassName
{
color: #DF4830;
}
.AnyTagClassName
{
color: #DF4830;
}
</style>
background-color css
<style>
a { background-color: #DF4830; }
a { background-color: rgb(223,72,48); }
div.DivClassName
{
background-color: #DF4830;
}
.BgClassName
{
background-color: #DF4830;
}
</style>
border-color css
<style>
span { border-color: #DF4830; }
span { border-color: rgb(223,72,48); }
td.TdClassName
{
border-color: #DF4830;
}
.TagClassName
{
border-color: #DF4830;
}
</style>