Shades of Cinnabar #EB3C2E
Tints of Cinnabar #EB3C2E
RGB
CMYK
RGB Variations
Color information
#EB3C2E (or 0xEB3C2E) is known color: Cinnabar. HEX triplet: EB, 3C and 2E. RGB value is (235,60,46). Sum of RGB (Red+Green+Blue) = 235+60+46=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C2E is #14C3D1. Grayscale: #6E6E6E. Windows color (decimal): -1360850 or 3030251. OLE color: 3030251.
HSL color Cylindrical-coordinate representation of color #EB3C2E: hue angle of 4.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB3C2E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 46 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.08 |
| HSL | 4.44º | 0.83% | 0.55% | - |
| HSV(B) | 4.44º | 0.8% | 0.92% | - |
| XYZ | 36.37 | 21.09 | 4.74 | - |
| YUV | 110.73 | 91.48 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 46 | 0 | 0.74 | 0.80 | 0.08 | 4.44 | 0.83 | 0.55 |
| Hex | EB | 3C | 2E | 0 | 4A | 50 | 8 | 4 | 53 | 37 |
| Octal | 353 | 74 | 56 | 0 | 112 | 120 | 10 | 4 | 123 | 67 |
| Binary | 11101011 | 111100 | 101110 | 0 | 1001010 | 1010000 | 1000 | 100 | 1010011 | 110111 |
Color Harmonies of #EB3C2E
Complementary color
Monochromatic Colors of #EB3C2E
Black with #EB3C2E
Text Example
Text Example
White with #EB3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C2E; }
p { color: rgb(235,60,46); }
H1.HeaderClassName
{
color: #EB3C2E;
}
.AnyTagClassName
{
color: #EB3C2E;
}
</style>
background-color css
<style>
a { background-color: #EB3C2E; }
a { background-color: rgb(235,60,46); }
div.DivClassName
{
background-color: #EB3C2E;
}
.BgClassName
{
background-color: #EB3C2E;
}
</style>
border-color css
<style>
span { border-color: #EB3C2E; }
span { border-color: rgb(235,60,46); }
td.TdClassName
{
border-color: #EB3C2E;
}
.TagClassName
{
border-color: #EB3C2E;
}
</style>