Shades of Cinnabar #EB291D
Tints of Cinnabar #EB291D
RGB
CMYK
RGB Variations
Color information
#EB291D (or 0xEB291D) is known color: Cinnabar. HEX triplet: EB, 29 and 1D. RGB value is (235,41,29). Sum of RGB (Red+Green+Blue) = 235+41+29=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB291D is #14D6E2. Grayscale: #616161. Windows color (decimal): -1365731 or 1911275. OLE color: 1911275.
HSL color Cylindrical-coordinate representation of color #EB291D: hue angle of 3.5º 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 #EB291D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.08 |
| HSL | 3.5º | 0.84% | 0.52% | - |
| HSV(B) | 3.5º | 0.88% | 0.92% | - |
| XYZ | 35.28 | 19.34 | 3.04 | - |
| YUV | 97.64 | 89.27 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 29 | 0 | 0.83 | 0.88 | 0.08 | 3.5 | 0.84 | 0.52 |
| Hex | EB | 29 | 1D | 0 | 53 | 58 | 8 | 3 | 54 | 34 |
| Octal | 353 | 51 | 35 | 0 | 123 | 130 | 10 | 3 | 124 | 64 |
| Binary | 11101011 | 101001 | 11101 | 0 | 1010011 | 1011000 | 1000 | 11 | 1010100 | 110100 |
Color Harmonies of #EB291D
Complementary color
Monochromatic Colors of #EB291D
Black with #EB291D
Text Example
Text Example
White with #EB291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB291D; }
p { color: rgb(235,41,29); }
H1.HeaderClassName
{
color: #EB291D;
}
.AnyTagClassName
{
color: #EB291D;
}
</style>
background-color css
<style>
a { background-color: #EB291D; }
a { background-color: rgb(235,41,29); }
div.DivClassName
{
background-color: #EB291D;
}
.BgClassName
{
background-color: #EB291D;
}
</style>
border-color css
<style>
span { border-color: #EB291D; }
span { border-color: rgb(235,41,29); }
td.TdClassName
{
border-color: #EB291D;
}
.TagClassName
{
border-color: #EB291D;
}
</style>