Shades of Cinnabar #DF463F
Tints of Cinnabar #DF463F
RGB
CMYK
RGB Variations
Color information
#DF463F (or 0xDF463F) is known color: Cinnabar. HEX triplet: DF, 46 and 3F. RGB value is (223,70,63). Sum of RGB (Red+Green+Blue) = 223+70+63=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF463F is #20B9C0. Grayscale: #737373. Windows color (decimal): -2144705 or 4146911. OLE color: 4146911.
HSL color Cylindrical-coordinate representation of color #DF463F: hue angle of 2.62º 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 #DF463F is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 63 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.13 |
| HSL | 2.63º | 0.71% | 0.56% | - |
| HSV(B) | 2.63º | 0.72% | 0.87% | - |
| XYZ | 33.52 | 20.43 | 6.88 | - |
| YUV | 114.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 63 | 0 | 0.69 | 0.72 | 0.13 | 2.63 | 0.71 | 0.56 |
| Hex | DF | 46 | 3F | 0 | 45 | 48 | D | 3 | 47 | 38 |
| Octal | 337 | 106 | 77 | 0 | 105 | 110 | 15 | 3 | 107 | 70 |
| Binary | 11011111 | 1000110 | 111111 | 0 | 1000101 | 1001000 | 1101 | 11 | 1000111 | 111000 |
Color Harmonies of #DF463F
Complementary color
Monochromatic Colors of #DF463F
Black with #DF463F
Text Example
Text Example
White with #DF463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF463F; }
p { color: rgb(223,70,63); }
H1.HeaderClassName
{
color: #DF463F;
}
.AnyTagClassName
{
color: #DF463F;
}
</style>
background-color css
<style>
a { background-color: #DF463F; }
a { background-color: rgb(223,70,63); }
div.DivClassName
{
background-color: #DF463F;
}
.BgClassName
{
background-color: #DF463F;
}
</style>
border-color css
<style>
span { border-color: #DF463F; }
span { border-color: rgb(223,70,63); }
td.TdClassName
{
border-color: #DF463F;
}
.TagClassName
{
border-color: #DF463F;
}
</style>