Shades of Cinnabar #DF413F
Tints of Cinnabar #DF413F
RGB
CMYK
RGB Variations
Color information
#DF413F (or 0xDF413F) is known color: Cinnabar. HEX triplet: DF, 41 and 3F. RGB value is (223,65,63). Sum of RGB (Red+Green+Blue) = 223+65+63=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF413F is #20BEC0. Grayscale: #707070. Windows color (decimal): -2145985 or 4145631. OLE color: 4145631.
HSL color Cylindrical-coordinate representation of color #DF413F: hue angle of 0.75º degrees, saturation: 0.71, 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 #DF413F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 63 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.13 |
| HSL | 0.75º | 0.71% | 0.56% | - |
| HSV(B) | 0.75º | 0.72% | 0.87% | - |
| XYZ | 33.22 | 19.83 | 6.78 | - |
| YUV | 112.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 63 | 0 | 0.71 | 0.72 | 0.13 | 0.75 | 0.71 | 0.56 |
| Hex | DF | 41 | 3F | 0 | 47 | 48 | D | 1 | 47 | 38 |
| Octal | 337 | 101 | 77 | 0 | 107 | 110 | 15 | 1 | 107 | 70 |
| Binary | 11011111 | 1000001 | 111111 | 0 | 1000111 | 1001000 | 1101 | 1 | 1000111 | 111000 |
Color Harmonies of #DF413F
Complementary color
Monochromatic Colors of #DF413F
Black with #DF413F
Text Example
Text Example
White with #DF413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF413F; }
p { color: rgb(223,65,63); }
H1.HeaderClassName
{
color: #DF413F;
}
.AnyTagClassName
{
color: #DF413F;
}
</style>
background-color css
<style>
a { background-color: #DF413F; }
a { background-color: rgb(223,65,63); }
div.DivClassName
{
background-color: #DF413F;
}
.BgClassName
{
background-color: #DF413F;
}
</style>
border-color css
<style>
span { border-color: #DF413F; }
span { border-color: rgb(223,65,63); }
td.TdClassName
{
border-color: #DF413F;
}
.TagClassName
{
border-color: #DF413F;
}
</style>