Shades of Cinnabar #E6463D
Tints of Cinnabar #E6463D
RGB
CMYK
RGB Variations
Color information
#E6463D (or 0xE6463D) is known color: Cinnabar. HEX triplet: E6, 46 and 3D. RGB value is (230,70,61). Sum of RGB (Red+Green+Blue) = 230+70+61=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6463D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6463D is #19B9C2. Grayscale: #757575. Windows color (decimal): -1685955 or 4015846. OLE color: 4015846.
HSL color Cylindrical-coordinate representation of color #E6463D: hue angle of 3.2º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6463D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.10 |
| HSL | 3.2º | 0.77% | 0.57% | - |
| HSV(B) | 3.2º | 0.73% | 0.9% | - |
| XYZ | 35.67 | 21.54 | 6.69 | - |
| YUV | 116.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 61 | 0 | 0.70 | 0.73 | 0.10 | 3.2 | 0.77 | 0.57 |
| Hex | E6 | 46 | 3D | 0 | 46 | 49 | A | 3 | 4D | 39 |
| Octal | 346 | 106 | 75 | 0 | 106 | 111 | 12 | 3 | 115 | 71 |
| Binary | 11100110 | 1000110 | 111101 | 0 | 1000110 | 1001001 | 1010 | 11 | 1001101 | 111001 |
Color Harmonies of #E6463D
Complementary color
Monochromatic Colors of #E6463D
Black with #E6463D
Text Example
Text Example
White with #E6463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6463D; }
p { color: rgb(230,70,61); }
H1.HeaderClassName
{
color: #E6463D;
}
.AnyTagClassName
{
color: #E6463D;
}
</style>
background-color css
<style>
a { background-color: #E6463D; }
a { background-color: rgb(230,70,61); }
div.DivClassName
{
background-color: #E6463D;
}
.BgClassName
{
background-color: #E6463D;
}
</style>
border-color css
<style>
span { border-color: #E6463D; }
span { border-color: rgb(230,70,61); }
td.TdClassName
{
border-color: #E6463D;
}
.TagClassName
{
border-color: #E6463D;
}
</style>