Shades of Cinnabar #DF4A43
Tints of Cinnabar #DF4A43
RGB
CMYK
RGB Variations
Color information
#DF4A43 (or 0xDF4A43) is known color: Cinnabar. HEX triplet: DF, 4A and 43. RGB value is (223,74,67). Sum of RGB (Red+Green+Blue) = 223+74+67=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A43 is #20B5BC. Grayscale: #757575. Windows color (decimal): -2143677 or 4410079. OLE color: 4410079.
HSL color Cylindrical-coordinate representation of color #DF4A43: hue angle of 2.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4A43 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 67 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.13 |
| HSL | 2.69º | 0.71% | 0.57% | - |
| HSV(B) | 2.69º | 0.7% | 0.87% | - |
| XYZ | 33.89 | 20.99 | 7.58 | - |
| YUV | 117.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 67 | 0 | 0.67 | 0.70 | 0.13 | 2.69 | 0.71 | 0.57 |
| Hex | DF | 4A | 43 | 0 | 43 | 46 | D | 3 | 47 | 39 |
| Octal | 337 | 112 | 103 | 0 | 103 | 106 | 15 | 3 | 107 | 71 |
| Binary | 11011111 | 1001010 | 1000011 | 0 | 1000011 | 1000110 | 1101 | 11 | 1000111 | 111001 |
Color Harmonies of #DF4A43
Complementary color
Monochromatic Colors of #DF4A43
Black with #DF4A43
Text Example
Text Example
White with #DF4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A43; }
p { color: rgb(223,74,67); }
H1.HeaderClassName
{
color: #DF4A43;
}
.AnyTagClassName
{
color: #DF4A43;
}
</style>
background-color css
<style>
a { background-color: #DF4A43; }
a { background-color: rgb(223,74,67); }
div.DivClassName
{
background-color: #DF4A43;
}
.BgClassName
{
background-color: #DF4A43;
}
</style>
border-color css
<style>
span { border-color: #DF4A43; }
span { border-color: rgb(223,74,67); }
td.TdClassName
{
border-color: #DF4A43;
}
.TagClassName
{
border-color: #DF4A43;
}
</style>