Shades of Cinnabar #EB403B
Tints of Cinnabar #EB403B
RGB
CMYK
RGB Variations
Color information
#EB403B (or 0xEB403B) is known color: Cinnabar. HEX triplet: EB, 40 and 3B. RGB value is (235,64,59). Sum of RGB (Red+Green+Blue) = 235+64+59=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB403B is #14BFC4. Grayscale: #727272. Windows color (decimal): -1359813 or 3883243. OLE color: 3883243.
HSL color Cylindrical-coordinate representation of color #EB403B: hue angle of 1.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB403B is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 59 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.08 |
| HSL | 1.7º | 0.81% | 0.58% | - |
| HSV(B) | 1.7º | 0.75% | 0.92% | - |
| XYZ | 36.88 | 21.64 | 6.37 | - |
| YUV | 114.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 59 | 0 | 0.73 | 0.75 | 0.08 | 1.7 | 0.81 | 0.58 |
| Hex | EB | 40 | 3B | 0 | 49 | 4B | 8 | 2 | 51 | 3A |
| Octal | 353 | 100 | 73 | 0 | 111 | 113 | 10 | 2 | 121 | 72 |
| Binary | 11101011 | 1000000 | 111011 | 0 | 1001001 | 1001011 | 1000 | 10 | 1010001 | 111010 |
Color Harmonies of #EB403B
Complementary color
Monochromatic Colors of #EB403B
Black with #EB403B
Text Example
Text Example
White with #EB403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB403B; }
p { color: rgb(235,64,59); }
H1.HeaderClassName
{
color: #EB403B;
}
.AnyTagClassName
{
color: #EB403B;
}
</style>
background-color css
<style>
a { background-color: #EB403B; }
a { background-color: rgb(235,64,59); }
div.DivClassName
{
background-color: #EB403B;
}
.BgClassName
{
background-color: #EB403B;
}
</style>
border-color css
<style>
span { border-color: #EB403B; }
span { border-color: rgb(235,64,59); }
td.TdClassName
{
border-color: #EB403B;
}
.TagClassName
{
border-color: #EB403B;
}
</style>