Shades of Cinnabar #EB3C2D
Tints of Cinnabar #EB3C2D
RGB
CMYK
RGB Variations
Color information
#EB3C2D (or 0xEB3C2D) is known color: Cinnabar. HEX triplet: EB, 3C and 2D. RGB value is (235,60,45). Sum of RGB (Red+Green+Blue) = 235+60+45=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C2D is #14C3D2. Grayscale: #6E6E6E. Windows color (decimal): -1360851 or 2964715. OLE color: 2964715.
HSL color Cylindrical-coordinate representation of color #EB3C2D: hue angle of 4.74º 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 #EB3C2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 45 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.08 |
| HSL | 4.74º | 0.83% | 0.55% | - |
| HSV(B) | 4.74º | 0.81% | 0.92% | - |
| XYZ | 36.35 | 21.08 | 4.64 | - |
| YUV | 110.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 45 | 0 | 0.74 | 0.81 | 0.08 | 4.74 | 0.83 | 0.55 |
| Hex | EB | 3C | 2D | 0 | 4A | 51 | 8 | 5 | 53 | 37 |
| Octal | 353 | 74 | 55 | 0 | 112 | 121 | 10 | 5 | 123 | 67 |
| Binary | 11101011 | 111100 | 101101 | 0 | 1001010 | 1010001 | 1000 | 101 | 1010011 | 110111 |
Color Harmonies of #EB3C2D
Complementary color
Monochromatic Colors of #EB3C2D
Black with #EB3C2D
Text Example
Text Example
White with #EB3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C2D; }
p { color: rgb(235,60,45); }
H1.HeaderClassName
{
color: #EB3C2D;
}
.AnyTagClassName
{
color: #EB3C2D;
}
</style>
background-color css
<style>
a { background-color: #EB3C2D; }
a { background-color: rgb(235,60,45); }
div.DivClassName
{
background-color: #EB3C2D;
}
.BgClassName
{
background-color: #EB3C2D;
}
</style>
border-color css
<style>
span { border-color: #EB3C2D; }
span { border-color: rgb(235,60,45); }
td.TdClassName
{
border-color: #EB3C2D;
}
.TagClassName
{
border-color: #EB3C2D;
}
</style>