Shades of Cinnabar #EB3C28
Tints of Cinnabar #EB3C28
RGB
CMYK
RGB Variations
Color information
#EB3C28 (or 0xEB3C28) is known color: Cinnabar. HEX triplet: EB, 3C and 28. RGB value is (235,60,40). Sum of RGB (Red+Green+Blue) = 235+60+40=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C28 is #14C3D7. Grayscale: #6E6E6E. Windows color (decimal): -1360856 or 2637035. OLE color: 2637035.
HSL color Cylindrical-coordinate representation of color #EB3C28: hue angle of 6.15º 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 #EB3C28 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 40 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.08 |
| HSL | 6.15º | 0.83% | 0.54% | - |
| HSV(B) | 6.15º | 0.83% | 0.92% | - |
| XYZ | 36.26 | 21.05 | 4.16 | - |
| YUV | 110.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 40 | 0 | 0.74 | 0.83 | 0.08 | 6.15 | 0.83 | 0.54 |
| Hex | EB | 3C | 28 | 0 | 4A | 53 | 8 | 6 | 53 | 36 |
| Octal | 353 | 74 | 50 | 0 | 112 | 123 | 10 | 6 | 123 | 66 |
| Binary | 11101011 | 111100 | 101000 | 0 | 1001010 | 1010011 | 1000 | 110 | 1010011 | 110110 |
Color Harmonies of #EB3C28
Complementary color
Monochromatic Colors of #EB3C28
Black with #EB3C28
Text Example
Text Example
White with #EB3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C28; }
p { color: rgb(235,60,40); }
H1.HeaderClassName
{
color: #EB3C28;
}
.AnyTagClassName
{
color: #EB3C28;
}
</style>
background-color css
<style>
a { background-color: #EB3C28; }
a { background-color: rgb(235,60,40); }
div.DivClassName
{
background-color: #EB3C28;
}
.BgClassName
{
background-color: #EB3C28;
}
</style>
border-color css
<style>
span { border-color: #EB3C28; }
span { border-color: rgb(235,60,40); }
td.TdClassName
{
border-color: #EB3C28;
}
.TagClassName
{
border-color: #EB3C28;
}
</style>