Shades of Cinnabar #DF4A3A
Tints of Cinnabar #DF4A3A
RGB
CMYK
RGB Variations
Color information
#DF4A3A (or 0xDF4A3A) is known color: Cinnabar. HEX triplet: DF, 4A and 3A. RGB value is (223,74,58). Sum of RGB (Red+Green+Blue) = 223+74+58=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A3A is #20B5C5. Grayscale: #747474. Windows color (decimal): -2143686 or 3820255. OLE color: 3820255.
HSL color Cylindrical-coordinate representation of color #DF4A3A: hue angle of 5.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF4A3A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 58 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.13 |
| HSL | 5.82º | 0.72% | 0.55% | - |
| HSV(B) | 5.82º | 0.74% | 0.87% | - |
| XYZ | 33.64 | 20.89 | 6.26 | - |
| YUV | 116.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 58 | 0 | 0.67 | 0.74 | 0.13 | 5.82 | 0.72 | 0.55 |
| Hex | DF | 4A | 3A | 0 | 43 | 4A | D | 6 | 48 | 37 |
| Octal | 337 | 112 | 72 | 0 | 103 | 112 | 15 | 6 | 110 | 67 |
| Binary | 11011111 | 1001010 | 111010 | 0 | 1000011 | 1001010 | 1101 | 110 | 1001000 | 110111 |
Color Harmonies of #DF4A3A
Complementary color
Monochromatic Colors of #DF4A3A
Black with #DF4A3A
Text Example
Text Example
White with #DF4A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A3A; }
p { color: rgb(223,74,58); }
H1.HeaderClassName
{
color: #DF4A3A;
}
.AnyTagClassName
{
color: #DF4A3A;
}
</style>
background-color css
<style>
a { background-color: #DF4A3A; }
a { background-color: rgb(223,74,58); }
div.DivClassName
{
background-color: #DF4A3A;
}
.BgClassName
{
background-color: #DF4A3A;
}
</style>
border-color css
<style>
span { border-color: #DF4A3A; }
span { border-color: rgb(223,74,58); }
td.TdClassName
{
border-color: #DF4A3A;
}
.TagClassName
{
border-color: #DF4A3A;
}
</style>