Shades of Cinnabar #EB3E2D
Tints of Cinnabar #EB3E2D
RGB
CMYK
RGB Variations
Color information
#EB3E2D (or 0xEB3E2D) is known color: Cinnabar. HEX triplet: EB, 3E and 2D. RGB value is (235,62,45). Sum of RGB (Red+Green+Blue) = 235+62+45=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E2D is #14C1D2. Grayscale: #707070. Windows color (decimal): -1360339 or 2965227. OLE color: 2965227.
HSL color Cylindrical-coordinate representation of color #EB3E2D: hue angle of 5.37º 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 #EB3E2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 45 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.08 |
| HSL | 5.37º | 0.83% | 0.55% | - |
| HSV(B) | 5.37º | 0.81% | 0.92% | - |
| XYZ | 36.46 | 21.3 | 4.67 | - |
| YUV | 111.79 | 90.31 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 45 | 0 | 0.74 | 0.81 | 0.08 | 5.37 | 0.83 | 0.55 |
| Hex | EB | 3E | 2D | 0 | 4A | 51 | 8 | 5 | 53 | 37 |
| Octal | 353 | 76 | 55 | 0 | 112 | 121 | 10 | 5 | 123 | 67 |
| Binary | 11101011 | 111110 | 101101 | 0 | 1001010 | 1010001 | 1000 | 101 | 1010011 | 110111 |
Color Harmonies of #EB3E2D
Complementary color
Monochromatic Colors of #EB3E2D
Black with #EB3E2D
Text Example
Text Example
White with #EB3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E2D; }
p { color: rgb(235,62,45); }
H1.HeaderClassName
{
color: #EB3E2D;
}
.AnyTagClassName
{
color: #EB3E2D;
}
</style>
background-color css
<style>
a { background-color: #EB3E2D; }
a { background-color: rgb(235,62,45); }
div.DivClassName
{
background-color: #EB3E2D;
}
.BgClassName
{
background-color: #EB3E2D;
}
</style>
border-color css
<style>
span { border-color: #EB3E2D; }
span { border-color: rgb(235,62,45); }
td.TdClassName
{
border-color: #EB3E2D;
}
.TagClassName
{
border-color: #EB3E2D;
}
</style>