Shades of Cinnabar #EB3C2C
Tints of Cinnabar #EB3C2C
RGB
CMYK
RGB Variations
Color information
#EB3C2C (or 0xEB3C2C) is known color: Cinnabar. HEX triplet: EB, 3C and 2C. RGB value is (235,60,44). Sum of RGB (Red+Green+Blue) = 235+60+44=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C2C is #14C3D3. Grayscale: #6E6E6E. Windows color (decimal): -1360852 or 2899179. OLE color: 2899179.
HSL color Cylindrical-coordinate representation of color #EB3C2C: hue angle of 5.03º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB3C2C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 44 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.08 |
| HSL | 5.03º | 0.83% | 0.55% | - |
| HSV(B) | 5.03º | 0.81% | 0.92% | - |
| XYZ | 36.33 | 21.08 | 4.54 | - |
| YUV | 110.5 | 90.48 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 44 | 0 | 0.74 | 0.81 | 0.08 | 5.03 | 0.83 | 0.55 |
| Hex | EB | 3C | 2C | 0 | 4A | 51 | 8 | 5 | 53 | 37 |
| Octal | 353 | 74 | 54 | 0 | 112 | 121 | 10 | 5 | 123 | 67 |
| Binary | 11101011 | 111100 | 101100 | 0 | 1001010 | 1010001 | 1000 | 101 | 1010011 | 110111 |
Color Harmonies of #EB3C2C
Complementary color
Monochromatic Colors of #EB3C2C
Black with #EB3C2C
Text Example
Text Example
White with #EB3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C2C; }
p { color: rgb(235,60,44); }
H1.HeaderClassName
{
color: #EB3C2C;
}
.AnyTagClassName
{
color: #EB3C2C;
}
</style>
background-color css
<style>
a { background-color: #EB3C2C; }
a { background-color: rgb(235,60,44); }
div.DivClassName
{
background-color: #EB3C2C;
}
.BgClassName
{
background-color: #EB3C2C;
}
</style>
border-color css
<style>
span { border-color: #EB3C2C; }
span { border-color: rgb(235,60,44); }
td.TdClassName
{
border-color: #EB3C2C;
}
.TagClassName
{
border-color: #EB3C2C;
}
</style>