Shades of Cinnabar #EB4440
Tints of Cinnabar #EB4440
RGB
CMYK
RGB Variations
Color information
#EB4440 (or 0xEB4440) is known color: Cinnabar. HEX triplet: EB, 44 and 40. RGB value is (235,68,64). Sum of RGB (Red+Green+Blue) = 235+68+64=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4440 is #14BBBF. Grayscale: #757575. Windows color (decimal): -1358784 or 4211947. OLE color: 4211947.
HSL color Cylindrical-coordinate representation of color #EB4440: hue angle of 1.4º 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 #EB4440 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 64 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.08 |
| HSL | 1.4º | 0.81% | 0.59% | - |
| HSV(B) | 1.4º | 0.73% | 0.92% | - |
| XYZ | 37.25 | 22.17 | 7.17 | - |
| YUV | 117.48 | 97.83 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 64 | 0 | 0.71 | 0.73 | 0.08 | 1.4 | 0.81 | 0.59 |
| Hex | EB | 44 | 40 | 0 | 47 | 49 | 8 | 1 | 51 | 3B |
| Octal | 353 | 104 | 100 | 0 | 107 | 111 | 10 | 1 | 121 | 73 |
| Binary | 11101011 | 1000100 | 1000000 | 0 | 1000111 | 1001001 | 1000 | 1 | 1010001 | 111011 |
Color Harmonies of #EB4440
Complementary color
Monochromatic Colors of #EB4440
Black with #EB4440
Text Example
Text Example
White with #EB4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4440; }
p { color: rgb(235,68,64); }
H1.HeaderClassName
{
color: #EB4440;
}
.AnyTagClassName
{
color: #EB4440;
}
</style>
background-color css
<style>
a { background-color: #EB4440; }
a { background-color: rgb(235,68,64); }
div.DivClassName
{
background-color: #EB4440;
}
.BgClassName
{
background-color: #EB4440;
}
</style>
border-color css
<style>
span { border-color: #EB4440; }
span { border-color: rgb(235,68,64); }
td.TdClassName
{
border-color: #EB4440;
}
.TagClassName
{
border-color: #EB4440;
}
</style>