Shades of Cinnabar #EB4329
Tints of Cinnabar #EB4329
RGB
CMYK
RGB Variations
Color information
#EB4329 (or 0xEB4329) is known color: Cinnabar. HEX triplet: EB, 43 and 29. RGB value is (235,67,41). Sum of RGB (Red+Green+Blue) = 235+67+41=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4329 is #14BCD6. Grayscale: #727272. Windows color (decimal): -1359063 or 2704363. OLE color: 2704363.
HSL color Cylindrical-coordinate representation of color #EB4329: hue angle of 8.04º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB4329 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 41 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.08 |
| HSL | 8.04º | 0.83% | 0.54% | - |
| HSV(B) | 8.04º | 0.83% | 0.92% | - |
| XYZ | 36.67 | 21.84 | 4.38 | - |
| YUV | 114.27 | 86.66 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 41 | 0 | 0.71 | 0.83 | 0.08 | 8.04 | 0.83 | 0.54 |
| Hex | EB | 43 | 29 | 0 | 47 | 53 | 8 | 8 | 53 | 36 |
| Octal | 353 | 103 | 51 | 0 | 107 | 123 | 10 | 10 | 123 | 66 |
| Binary | 11101011 | 1000011 | 101001 | 0 | 1000111 | 1010011 | 1000 | 1000 | 1010011 | 110110 |
Color Harmonies of #EB4329
Complementary color
Monochromatic Colors of #EB4329
Black with #EB4329
Text Example
Text Example
White with #EB4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4329; }
p { color: rgb(235,67,41); }
H1.HeaderClassName
{
color: #EB4329;
}
.AnyTagClassName
{
color: #EB4329;
}
</style>
background-color css
<style>
a { background-color: #EB4329; }
a { background-color: rgb(235,67,41); }
div.DivClassName
{
background-color: #EB4329;
}
.BgClassName
{
background-color: #EB4329;
}
</style>
border-color css
<style>
span { border-color: #EB4329; }
span { border-color: rgb(235,67,41); }
td.TdClassName
{
border-color: #EB4329;
}
.TagClassName
{
border-color: #EB4329;
}
</style>