Shades of Cinnabar #EB4A40
Tints of Cinnabar #EB4A40
RGB
CMYK
RGB Variations
Color information
#EB4A40 (or 0xEB4A40) is known color: Cinnabar. HEX triplet: EB, 4A and 40. RGB value is (235,74,64). Sum of RGB (Red+Green+Blue) = 235+74+64=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A40 is #14B5BF. Grayscale: #797979. Windows color (decimal): -1357248 or 4213483. OLE color: 4213483.
HSL color Cylindrical-coordinate representation of color #EB4A40: hue angle of 3.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4A40 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 64 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.08 |
| HSL | 3.51º | 0.81% | 0.59% | - |
| HSV(B) | 3.51º | 0.73% | 0.92% | - |
| XYZ | 37.64 | 22.93 | 7.29 | - |
| YUV | 121 | 95.84 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 64 | 0 | 0.69 | 0.73 | 0.08 | 3.51 | 0.81 | 0.59 |
| Hex | EB | 4A | 40 | 0 | 45 | 49 | 8 | 4 | 51 | 3B |
| Octal | 353 | 112 | 100 | 0 | 105 | 111 | 10 | 4 | 121 | 73 |
| Binary | 11101011 | 1001010 | 1000000 | 0 | 1000101 | 1001001 | 1000 | 100 | 1010001 | 111011 |
Color Harmonies of #EB4A40
Complementary color
Monochromatic Colors of #EB4A40
Black with #EB4A40
Text Example
Text Example
White with #EB4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A40; }
p { color: rgb(235,74,64); }
H1.HeaderClassName
{
color: #EB4A40;
}
.AnyTagClassName
{
color: #EB4A40;
}
</style>
background-color css
<style>
a { background-color: #EB4A40; }
a { background-color: rgb(235,74,64); }
div.DivClassName
{
background-color: #EB4A40;
}
.BgClassName
{
background-color: #EB4A40;
}
</style>
border-color css
<style>
span { border-color: #EB4A40; }
span { border-color: rgb(235,74,64); }
td.TdClassName
{
border-color: #EB4A40;
}
.TagClassName
{
border-color: #EB4A40;
}
</style>