Shades of Cinnabar #DE463F
Tints of Cinnabar #DE463F
RGB
CMYK
RGB Variations
Color information
#DE463F (or 0xDE463F) is known color: Cinnabar. HEX triplet: DE, 46 and 3F. RGB value is (222,70,63). Sum of RGB (Red+Green+Blue) = 222+70+63=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE463F is #21B9C0. Grayscale: #727272. Windows color (decimal): -2210241 or 4146910. OLE color: 4146910.
HSL color Cylindrical-coordinate representation of color #DE463F: hue angle of 2.64º 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 #DE463F is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 63 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.13 |
| HSL | 2.64º | 0.71% | 0.56% | - |
| HSV(B) | 2.64º | 0.72% | 0.87% | - |
| XYZ | 33.21 | 20.27 | 6.86 | - |
| YUV | 114.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 63 | 0 | 0.68 | 0.72 | 0.13 | 2.64 | 0.71 | 0.56 |
| Hex | DE | 46 | 3F | 0 | 44 | 48 | D | 3 | 47 | 38 |
| Octal | 336 | 106 | 77 | 0 | 104 | 110 | 15 | 3 | 107 | 70 |
| Binary | 11011110 | 1000110 | 111111 | 0 | 1000100 | 1001000 | 1101 | 11 | 1000111 | 111000 |
Color Harmonies of #DE463F
Complementary color
Monochromatic Colors of #DE463F
Black with #DE463F
Text Example
Text Example
White with #DE463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE463F; }
p { color: rgb(222,70,63); }
H1.HeaderClassName
{
color: #DE463F;
}
.AnyTagClassName
{
color: #DE463F;
}
</style>
background-color css
<style>
a { background-color: #DE463F; }
a { background-color: rgb(222,70,63); }
div.DivClassName
{
background-color: #DE463F;
}
.BgClassName
{
background-color: #DE463F;
}
</style>
border-color css
<style>
span { border-color: #DE463F; }
span { border-color: rgb(222,70,63); }
td.TdClassName
{
border-color: #DE463F;
}
.TagClassName
{
border-color: #DE463F;
}
</style>