Shades of Cinnabar #EB371D
Tints of Cinnabar #EB371D
RGB
CMYK
RGB Variations
Color information
#EB371D (or 0xEB371D) is known color: Cinnabar. HEX triplet: EB, 37 and 1D. RGB value is (235,55,29). Sum of RGB (Red+Green+Blue) = 235+55+29=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB371D is #14C8E2. Grayscale: #6A6A6A. Windows color (decimal): -1362147 or 1914859. OLE color: 1914859.
HSL color Cylindrical-coordinate representation of color #EB371D: hue angle of 7.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB371D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.08 |
| HSL | 7.57º | 0.84% | 0.52% | - |
| HSV(B) | 7.57º | 0.88% | 0.92% | - |
| XYZ | 35.85 | 20.48 | 3.23 | - |
| YUV | 105.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 29 | 0 | 0.77 | 0.88 | 0.08 | 7.57 | 0.84 | 0.52 |
| Hex | EB | 37 | 1D | 0 | 4D | 58 | 8 | 8 | 54 | 34 |
| Octal | 353 | 67 | 35 | 0 | 115 | 130 | 10 | 10 | 124 | 64 |
| Binary | 11101011 | 110111 | 11101 | 0 | 1001101 | 1011000 | 1000 | 1000 | 1010100 | 110100 |
Color Harmonies of #EB371D
Complementary color
Monochromatic Colors of #EB371D
Black with #EB371D
Text Example
Text Example
White with #EB371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB371D; }
p { color: rgb(235,55,29); }
H1.HeaderClassName
{
color: #EB371D;
}
.AnyTagClassName
{
color: #EB371D;
}
</style>
background-color css
<style>
a { background-color: #EB371D; }
a { background-color: rgb(235,55,29); }
div.DivClassName
{
background-color: #EB371D;
}
.BgClassName
{
background-color: #EB371D;
}
</style>
border-color css
<style>
span { border-color: #EB371D; }
span { border-color: rgb(235,55,29); }
td.TdClassName
{
border-color: #EB371D;
}
.TagClassName
{
border-color: #EB371D;
}
</style>