Shades of Cinnabar #EB403C
Tints of Cinnabar #EB403C
RGB
CMYK
RGB Variations
Color information
#EB403C (or 0xEB403C) is known color: Cinnabar. HEX triplet: EB, 40 and 3C. RGB value is (235,64,60). Sum of RGB (Red+Green+Blue) = 235+64+60=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB403C is #14BFC3. Grayscale: #727272. Windows color (decimal): -1359812 or 3948779. OLE color: 3948779.
HSL color Cylindrical-coordinate representation of color #EB403C: hue angle of 1.37º 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 #EB403C is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 60 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.08 |
| HSL | 1.37º | 0.81% | 0.58% | - |
| HSV(B) | 1.37º | 0.74% | 0.92% | - |
| XYZ | 36.91 | 21.66 | 6.51 | - |
| YUV | 114.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 60 | 0 | 0.73 | 0.74 | 0.08 | 1.37 | 0.81 | 0.58 |
| Hex | EB | 40 | 3C | 0 | 49 | 4A | 8 | 1 | 51 | 3A |
| Octal | 353 | 100 | 74 | 0 | 111 | 112 | 10 | 1 | 121 | 72 |
| Binary | 11101011 | 1000000 | 111100 | 0 | 1001001 | 1001010 | 1000 | 1 | 1010001 | 111010 |
Color Harmonies of #EB403C
Complementary color
Monochromatic Colors of #EB403C
Black with #EB403C
Text Example
Text Example
White with #EB403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB403C; }
p { color: rgb(235,64,60); }
H1.HeaderClassName
{
color: #EB403C;
}
.AnyTagClassName
{
color: #EB403C;
}
</style>
background-color css
<style>
a { background-color: #EB403C; }
a { background-color: rgb(235,64,60); }
div.DivClassName
{
background-color: #EB403C;
}
.BgClassName
{
background-color: #EB403C;
}
</style>
border-color css
<style>
span { border-color: #EB403C; }
span { border-color: rgb(235,64,60); }
td.TdClassName
{
border-color: #EB403C;
}
.TagClassName
{
border-color: #EB403C;
}
</style>