Shades of Cinnabar #DF4746
Tints of Cinnabar #DF4746
RGB
CMYK
RGB Variations
Color information
#DF4746 (or 0xDF4746) is known color: Cinnabar. HEX triplet: DF, 47 and 46. RGB value is (223,71,70). Sum of RGB (Red+Green+Blue) = 223+71+70=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4746 is #20B8B9. Grayscale: #747474. Windows color (decimal): -2144442 or 4605919. OLE color: 4605919.
HSL color Cylindrical-coordinate representation of color #DF4746: hue angle of 0.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4746 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 70 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.13 |
| HSL | 0.39º | 0.71% | 0.57% | - |
| HSV(B) | 0.39º | 0.69% | 0.87% | - |
| XYZ | 33.79 | 20.64 | 8 | - |
| YUV | 116.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 70 | 0 | 0.68 | 0.69 | 0.13 | 0.39 | 0.71 | 0.57 |
| Hex | DF | 47 | 46 | 0 | 44 | 45 | D | 0 | 47 | 39 |
| Octal | 337 | 107 | 106 | 0 | 104 | 105 | 15 | 0 | 107 | 71 |
| Binary | 11011111 | 1000111 | 1000110 | 0 | 1000100 | 1000101 | 1101 | 0 | 1000111 | 111001 |
Color Harmonies of #DF4746
Complementary color
Monochromatic Colors of #DF4746
Black with #DF4746
Text Example
Text Example
White with #DF4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4746; }
p { color: rgb(223,71,70); }
H1.HeaderClassName
{
color: #DF4746;
}
.AnyTagClassName
{
color: #DF4746;
}
</style>
background-color css
<style>
a { background-color: #DF4746; }
a { background-color: rgb(223,71,70); }
div.DivClassName
{
background-color: #DF4746;
}
.BgClassName
{
background-color: #DF4746;
}
</style>
border-color css
<style>
span { border-color: #DF4746; }
span { border-color: rgb(223,71,70); }
td.TdClassName
{
border-color: #DF4746;
}
.TagClassName
{
border-color: #DF4746;
}
</style>