Shades of Cinnabar #DF413E
Tints of Cinnabar #DF413E
RGB
CMYK
RGB Variations
Color information
#DF413E (or 0xDF413E) is known color: Cinnabar. HEX triplet: DF, 41 and 3E. RGB value is (223,65,62). Sum of RGB (Red+Green+Blue) = 223+65+62=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF413E is #20BEC1. Grayscale: #707070. Windows color (decimal): -2145986 or 4080095. OLE color: 4080095.
HSL color Cylindrical-coordinate representation of color #DF413E: hue angle of 1.12º 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 #DF413E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 62 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.13 |
| HSL | 1.12º | 0.72% | 0.56% | - |
| HSV(B) | 1.12º | 0.72% | 0.87% | - |
| XYZ | 33.19 | 19.82 | 6.63 | - |
| YUV | 111.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 62 | 0 | 0.71 | 0.72 | 0.13 | 1.12 | 0.72 | 0.56 |
| Hex | DF | 41 | 3E | 0 | 47 | 48 | D | 1 | 48 | 38 |
| Octal | 337 | 101 | 76 | 0 | 107 | 110 | 15 | 1 | 110 | 70 |
| Binary | 11011111 | 1000001 | 111110 | 0 | 1000111 | 1001000 | 1101 | 1 | 1001000 | 111000 |
Color Harmonies of #DF413E
Complementary color
Monochromatic Colors of #DF413E
Black with #DF413E
Text Example
Text Example
White with #DF413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF413E; }
p { color: rgb(223,65,62); }
H1.HeaderClassName
{
color: #DF413E;
}
.AnyTagClassName
{
color: #DF413E;
}
</style>
background-color css
<style>
a { background-color: #DF413E; }
a { background-color: rgb(223,65,62); }
div.DivClassName
{
background-color: #DF413E;
}
.BgClassName
{
background-color: #DF413E;
}
</style>
border-color css
<style>
span { border-color: #DF413E; }
span { border-color: rgb(223,65,62); }
td.TdClassName
{
border-color: #DF413E;
}
.TagClassName
{
border-color: #DF413E;
}
</style>