Shades of Cinnabar #EB3A2D
Tints of Cinnabar #EB3A2D
RGB
CMYK
RGB Variations
Color information
#EB3A2D (or 0xEB3A2D) is known color: Cinnabar. HEX triplet: EB, 3A and 2D. RGB value is (235,58,45). Sum of RGB (Red+Green+Blue) = 235+58+45=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A2D is #14C5D2. Grayscale: #6D6D6D. Windows color (decimal): -1361363 or 2964203. OLE color: 2964203.
HSL color Cylindrical-coordinate representation of color #EB3A2D: hue angle of 4.11º 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 #EB3A2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.08 |
| HSL | 4.11º | 0.83% | 0.55% | - |
| HSV(B) | 4.11º | 0.81% | 0.92% | - |
| XYZ | 36.25 | 20.88 | 4.6 | - |
| YUV | 109.44 | 91.64 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 45 | 0 | 0.75 | 0.81 | 0.08 | 4.11 | 0.83 | 0.55 |
| Hex | EB | 3A | 2D | 0 | 4B | 51 | 8 | 4 | 53 | 37 |
| Octal | 353 | 72 | 55 | 0 | 113 | 121 | 10 | 4 | 123 | 67 |
| Binary | 11101011 | 111010 | 101101 | 0 | 1001011 | 1010001 | 1000 | 100 | 1010011 | 110111 |
Color Harmonies of #EB3A2D
Complementary color
Monochromatic Colors of #EB3A2D
Black with #EB3A2D
Text Example
Text Example
White with #EB3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A2D; }
p { color: rgb(235,58,45); }
H1.HeaderClassName
{
color: #EB3A2D;
}
.AnyTagClassName
{
color: #EB3A2D;
}
</style>
background-color css
<style>
a { background-color: #EB3A2D; }
a { background-color: rgb(235,58,45); }
div.DivClassName
{
background-color: #EB3A2D;
}
.BgClassName
{
background-color: #EB3A2D;
}
</style>
border-color css
<style>
span { border-color: #EB3A2D; }
span { border-color: rgb(235,58,45); }
td.TdClassName
{
border-color: #EB3A2D;
}
.TagClassName
{
border-color: #EB3A2D;
}
</style>