Shades of Cinnabar #EB2C27
Tints of Cinnabar #EB2C27
RGB
CMYK
RGB Variations
Color information
#EB2C27 (or 0xEB2C27) is known color: Cinnabar. HEX triplet: EB, 2C and 27. RGB value is (235,44,39). Sum of RGB (Red+Green+Blue) = 235+44+39=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C27 is #14D3D8. Grayscale: #646464. Windows color (decimal): -1364953 or 2567403. OLE color: 2567403.
HSL color Cylindrical-coordinate representation of color #EB2C27: hue angle of 1.53º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2C27 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 39 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.08 |
| HSL | 1.53º | 0.83% | 0.54% | - |
| HSV(B) | 1.53º | 0.83% | 0.92% | - |
| XYZ | 35.53 | 19.61 | 3.83 | - |
| YUV | 100.54 | 93.28 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 39 | 0 | 0.81 | 0.83 | 0.08 | 1.53 | 0.83 | 0.54 |
| Hex | EB | 2C | 27 | 0 | 51 | 53 | 8 | 2 | 53 | 36 |
| Octal | 353 | 54 | 47 | 0 | 121 | 123 | 10 | 2 | 123 | 66 |
| Binary | 11101011 | 101100 | 100111 | 0 | 1010001 | 1010011 | 1000 | 10 | 1010011 | 110110 |
Color Harmonies of #EB2C27
Complementary color
Monochromatic Colors of #EB2C27
Black with #EB2C27
Text Example
Text Example
White with #EB2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C27; }
p { color: rgb(235,44,39); }
H1.HeaderClassName
{
color: #EB2C27;
}
.AnyTagClassName
{
color: #EB2C27;
}
</style>
background-color css
<style>
a { background-color: #EB2C27; }
a { background-color: rgb(235,44,39); }
div.DivClassName
{
background-color: #EB2C27;
}
.BgClassName
{
background-color: #EB2C27;
}
</style>
border-color css
<style>
span { border-color: #EB2C27; }
span { border-color: rgb(235,44,39); }
td.TdClassName
{
border-color: #EB2C27;
}
.TagClassName
{
border-color: #EB2C27;
}
</style>