Shades of Cinnabar #EB403A
Tints of Cinnabar #EB403A
RGB
CMYK
RGB Variations
Color information
#EB403A (or 0xEB403A) is known color: Cinnabar. HEX triplet: EB, 40 and 3A. RGB value is (235,64,58). Sum of RGB (Red+Green+Blue) = 235+64+58=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB403A is #14BFC5. Grayscale: #727272. Windows color (decimal): -1359814 or 3817707. OLE color: 3817707.
HSL color Cylindrical-coordinate representation of color #EB403A: hue angle of 2.03º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB403A is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 58 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.08 |
| HSL | 2.03º | 0.82% | 0.57% | - |
| HSV(B) | 2.03º | 0.75% | 0.92% | - |
| XYZ | 36.86 | 21.63 | 6.24 | - |
| YUV | 114.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 58 | 0 | 0.73 | 0.75 | 0.08 | 2.03 | 0.82 | 0.57 |
| Hex | EB | 40 | 3A | 0 | 49 | 4B | 8 | 2 | 52 | 39 |
| Octal | 353 | 100 | 72 | 0 | 111 | 113 | 10 | 2 | 122 | 71 |
| Binary | 11101011 | 1000000 | 111010 | 0 | 1001001 | 1001011 | 1000 | 10 | 1010010 | 111001 |
Color Harmonies of #EB403A
Complementary color
Monochromatic Colors of #EB403A
Black with #EB403A
Text Example
Text Example
White with #EB403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB403A; }
p { color: rgb(235,64,58); }
H1.HeaderClassName
{
color: #EB403A;
}
.AnyTagClassName
{
color: #EB403A;
}
</style>
background-color css
<style>
a { background-color: #EB403A; }
a { background-color: rgb(235,64,58); }
div.DivClassName
{
background-color: #EB403A;
}
.BgClassName
{
background-color: #EB403A;
}
</style>
border-color css
<style>
span { border-color: #EB403A; }
span { border-color: rgb(235,64,58); }
td.TdClassName
{
border-color: #EB403A;
}
.TagClassName
{
border-color: #EB403A;
}
</style>