Shades of Cinnabar #EB2C28
Tints of Cinnabar #EB2C28
RGB
CMYK
RGB Variations
Color information
#EB2C28 (or 0xEB2C28) is known color: Cinnabar. HEX triplet: EB, 2C and 28. RGB value is (235,44,40). Sum of RGB (Red+Green+Blue) = 235+44+40=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C28 is #14D3D7. Grayscale: #646464. Windows color (decimal): -1364952 or 2632939. OLE color: 2632939.
HSL color Cylindrical-coordinate representation of color #EB2C28: hue angle of 1.23º 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 #EB2C28 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 40 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.08 |
| HSL | 1.23º | 0.83% | 0.54% | - |
| HSV(B) | 1.23º | 0.83% | 0.92% | - |
| XYZ | 35.54 | 19.62 | 3.92 | - |
| YUV | 100.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 40 | 0 | 0.81 | 0.83 | 0.08 | 1.23 | 0.83 | 0.54 |
| Hex | EB | 2C | 28 | 0 | 51 | 53 | 8 | 1 | 53 | 36 |
| Octal | 353 | 54 | 50 | 0 | 121 | 123 | 10 | 1 | 123 | 66 |
| Binary | 11101011 | 101100 | 101000 | 0 | 1010001 | 1010011 | 1000 | 1 | 1010011 | 110110 |
Color Harmonies of #EB2C28
Complementary color
Monochromatic Colors of #EB2C28
Black with #EB2C28
Text Example
Text Example
White with #EB2C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C28; }
p { color: rgb(235,44,40); }
H1.HeaderClassName
{
color: #EB2C28;
}
.AnyTagClassName
{
color: #EB2C28;
}
</style>
background-color css
<style>
a { background-color: #EB2C28; }
a { background-color: rgb(235,44,40); }
div.DivClassName
{
background-color: #EB2C28;
}
.BgClassName
{
background-color: #EB2C28;
}
</style>
border-color css
<style>
span { border-color: #EB2C28; }
span { border-color: rgb(235,44,40); }
td.TdClassName
{
border-color: #EB2C28;
}
.TagClassName
{
border-color: #EB2C28;
}
</style>