Shades of Cinnabar #DF413D
Tints of Cinnabar #DF413D
RGB
CMYK
RGB Variations
Color information
#DF413D (or 0xDF413D) is known color: Cinnabar. HEX triplet: DF, 41 and 3D. RGB value is (223,65,61). Sum of RGB (Red+Green+Blue) = 223+65+61=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF413D is #20BEC2. Grayscale: #6F6F6F. Windows color (decimal): -2145987 or 4014559. OLE color: 4014559.
HSL color Cylindrical-coordinate representation of color #DF413D: hue angle of 1.48º 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 #DF413D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 61 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 1.48º | 0.72% | 0.56% | - |
| HSV(B) | 1.48º | 0.73% | 0.87% | - |
| XYZ | 33.16 | 19.81 | 6.49 | - |
| YUV | 111.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 61 | 0 | 0.71 | 0.73 | 0.13 | 1.48 | 0.72 | 0.56 |
| Hex | DF | 41 | 3D | 0 | 47 | 49 | D | 1 | 48 | 38 |
| Octal | 337 | 101 | 75 | 0 | 107 | 111 | 15 | 1 | 110 | 70 |
| Binary | 11011111 | 1000001 | 111101 | 0 | 1000111 | 1001001 | 1101 | 1 | 1001000 | 111000 |
Color Harmonies of #DF413D
Complementary color
Monochromatic Colors of #DF413D
Black with #DF413D
Text Example
Text Example
White with #DF413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF413D; }
p { color: rgb(223,65,61); }
H1.HeaderClassName
{
color: #DF413D;
}
.AnyTagClassName
{
color: #DF413D;
}
</style>
background-color css
<style>
a { background-color: #DF413D; }
a { background-color: rgb(223,65,61); }
div.DivClassName
{
background-color: #DF413D;
}
.BgClassName
{
background-color: #DF413D;
}
</style>
border-color css
<style>
span { border-color: #DF413D; }
span { border-color: rgb(223,65,61); }
td.TdClassName
{
border-color: #DF413D;
}
.TagClassName
{
border-color: #DF413D;
}
</style>