Shades of Cinnabar #DF473E
Tints of Cinnabar #DF473E
RGB
CMYK
RGB Variations
Color information
#DF473E (or 0xDF473E) is known color: Cinnabar. HEX triplet: DF, 47 and 3E. RGB value is (223,71,62). Sum of RGB (Red+Green+Blue) = 223+71+62=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF473E is #20B8C1. Grayscale: #737373. Windows color (decimal): -2144450 or 4081631. OLE color: 4081631.
HSL color Cylindrical-coordinate representation of color #DF473E: hue angle of 3.35º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF473E is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 62 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.13 |
| HSL | 3.35º | 0.72% | 0.56% | - |
| HSV(B) | 3.35º | 0.72% | 0.87% | - |
| XYZ | 33.55 | 20.54 | 6.75 | - |
| YUV | 115.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 62 | 0 | 0.68 | 0.72 | 0.13 | 3.35 | 0.72 | 0.56 |
| Hex | DF | 47 | 3E | 0 | 44 | 48 | D | 3 | 48 | 38 |
| Octal | 337 | 107 | 76 | 0 | 104 | 110 | 15 | 3 | 110 | 70 |
| Binary | 11011111 | 1000111 | 111110 | 0 | 1000100 | 1001000 | 1101 | 11 | 1001000 | 111000 |
Color Harmonies of #DF473E
Complementary color
Monochromatic Colors of #DF473E
Black with #DF473E
Text Example
Text Example
White with #DF473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF473E; }
p { color: rgb(223,71,62); }
H1.HeaderClassName
{
color: #DF473E;
}
.AnyTagClassName
{
color: #DF473E;
}
</style>
background-color css
<style>
a { background-color: #DF473E; }
a { background-color: rgb(223,71,62); }
div.DivClassName
{
background-color: #DF473E;
}
.BgClassName
{
background-color: #DF473E;
}
</style>
border-color css
<style>
span { border-color: #DF473E; }
span { border-color: rgb(223,71,62); }
td.TdClassName
{
border-color: #DF473E;
}
.TagClassName
{
border-color: #DF473E;
}
</style>