Shades of Cinnabar #DF4A30
Tints of Cinnabar #DF4A30
RGB
CMYK
RGB Variations
Color information
#DF4A30 (or 0xDF4A30) is known color: Cinnabar. HEX triplet: DF, 4A and 30. RGB value is (223,74,48). Sum of RGB (Red+Green+Blue) = 223+74+48=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A30 is #20B5CF. Grayscale: #737373. Windows color (decimal): -2143696 or 3164895. OLE color: 3164895.
HSL color Cylindrical-coordinate representation of color #DF4A30: hue angle of 8.91º 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 #DF4A30 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 48 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.13 |
| HSL | 8.91º | 0.73% | 0.53% | - |
| HSV(B) | 8.91º | 0.78% | 0.87% | - |
| XYZ | 33.41 | 20.8 | 5.05 | - |
| YUV | 115.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 48 | 0 | 0.67 | 0.78 | 0.13 | 8.91 | 0.73 | 0.53 |
| Hex | DF | 4A | 30 | 0 | 43 | 4E | D | 9 | 49 | 35 |
| Octal | 337 | 112 | 60 | 0 | 103 | 116 | 15 | 11 | 111 | 65 |
| Binary | 11011111 | 1001010 | 110000 | 0 | 1000011 | 1001110 | 1101 | 1001 | 1001001 | 110101 |
Color Harmonies of #DF4A30
Complementary color
Monochromatic Colors of #DF4A30
Black with #DF4A30
Text Example
Text Example
White with #DF4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A30; }
p { color: rgb(223,74,48); }
H1.HeaderClassName
{
color: #DF4A30;
}
.AnyTagClassName
{
color: #DF4A30;
}
</style>
background-color css
<style>
a { background-color: #DF4A30; }
a { background-color: rgb(223,74,48); }
div.DivClassName
{
background-color: #DF4A30;
}
.BgClassName
{
background-color: #DF4A30;
}
</style>
border-color css
<style>
span { border-color: #DF4A30; }
span { border-color: rgb(223,74,48); }
td.TdClassName
{
border-color: #DF4A30;
}
.TagClassName
{
border-color: #DF4A30;
}
</style>