Shades of Cinnabar #EB463E
Tints of Cinnabar #EB463E
RGB
CMYK
RGB Variations
Color information
#EB463E (or 0xEB463E) is known color: Cinnabar. HEX triplet: EB, 46 and 3E. RGB value is (235,70,62). Sum of RGB (Red+Green+Blue) = 235+70+62=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB463E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB463E is #14B9C1. Grayscale: #767676. Windows color (decimal): -1358274 or 4081387. OLE color: 4081387.
HSL color Cylindrical-coordinate representation of color #EB463E: hue angle of 2.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB463E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 62 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.08 |
| HSL | 2.77º | 0.81% | 0.58% | - |
| HSV(B) | 2.77º | 0.74% | 0.92% | - |
| XYZ | 37.32 | 22.39 | 6.91 | - |
| YUV | 118.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 62 | 0 | 0.70 | 0.74 | 0.08 | 2.77 | 0.81 | 0.58 |
| Hex | EB | 46 | 3E | 0 | 46 | 4A | 8 | 3 | 51 | 3A |
| Octal | 353 | 106 | 76 | 0 | 106 | 112 | 10 | 3 | 121 | 72 |
| Binary | 11101011 | 1000110 | 111110 | 0 | 1000110 | 1001010 | 1000 | 11 | 1010001 | 111010 |
Color Harmonies of #EB463E
Complementary color
Monochromatic Colors of #EB463E
Black with #EB463E
Text Example
Text Example
White with #EB463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB463E; }
p { color: rgb(235,70,62); }
H1.HeaderClassName
{
color: #EB463E;
}
.AnyTagClassName
{
color: #EB463E;
}
</style>
background-color css
<style>
a { background-color: #EB463E; }
a { background-color: rgb(235,70,62); }
div.DivClassName
{
background-color: #EB463E;
}
.BgClassName
{
background-color: #EB463E;
}
</style>
border-color css
<style>
span { border-color: #EB463E; }
span { border-color: rgb(235,70,62); }
td.TdClassName
{
border-color: #EB463E;
}
.TagClassName
{
border-color: #EB463E;
}
</style>