Shades of Cinnabar #DF473D
Tints of Cinnabar #DF473D
RGB
CMYK
RGB Variations
Color information
#DF473D (or 0xDF473D) is known color: Cinnabar. HEX triplet: DF, 47 and 3D. RGB value is (223,71,61). Sum of RGB (Red+Green+Blue) = 223+71+61=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF473D is #20B8C2. Grayscale: #737373. Windows color (decimal): -2144451 or 4016095. OLE color: 4016095.
HSL color Cylindrical-coordinate representation of color #DF473D: hue angle of 3.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF473D is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 61 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.13 |
| HSL | 3.7º | 0.72% | 0.56% | - |
| HSV(B) | 3.7º | 0.73% | 0.87% | - |
| XYZ | 33.53 | 20.53 | 6.61 | - |
| YUV | 115.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 61 | 0 | 0.68 | 0.73 | 0.13 | 3.7 | 0.72 | 0.56 |
| Hex | DF | 47 | 3D | 0 | 44 | 49 | D | 4 | 48 | 38 |
| Octal | 337 | 107 | 75 | 0 | 104 | 111 | 15 | 4 | 110 | 70 |
| Binary | 11011111 | 1000111 | 111101 | 0 | 1000100 | 1001001 | 1101 | 100 | 1001000 | 111000 |
Color Harmonies of #DF473D
Complementary color
Monochromatic Colors of #DF473D
Black with #DF473D
Text Example
Text Example
White with #DF473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF473D; }
p { color: rgb(223,71,61); }
H1.HeaderClassName
{
color: #DF473D;
}
.AnyTagClassName
{
color: #DF473D;
}
</style>
background-color css
<style>
a { background-color: #DF473D; }
a { background-color: rgb(223,71,61); }
div.DivClassName
{
background-color: #DF473D;
}
.BgClassName
{
background-color: #DF473D;
}
</style>
border-color css
<style>
span { border-color: #DF473D; }
span { border-color: rgb(223,71,61); }
td.TdClassName
{
border-color: #DF473D;
}
.TagClassName
{
border-color: #DF473D;
}
</style>