Shades of Cinnabar #EB5229
Tints of Cinnabar #EB5229
RGB
CMYK
RGB Variations
Color information
#EB5229 (or 0xEB5229) is known color: Cinnabar. HEX triplet: EB, 52 and 29. RGB value is (235,82,41). Sum of RGB (Red+Green+Blue) = 235+82+41=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5229 is #14ADD6. Grayscale: #7B7B7B. Windows color (decimal): -1355223 or 2708203. OLE color: 2708203.
HSL color Cylindrical-coordinate representation of color #EB5229: hue angle of 12.68º 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 #EB5229 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 41 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.08 |
| HSL | 12.68º | 0.83% | 0.54% | - |
| HSV(B) | 12.68º | 0.83% | 0.92% | - |
| XYZ | 37.68 | 23.86 | 4.72 | - |
| YUV | 123.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 41 | 0 | 0.65 | 0.83 | 0.08 | 12.68 | 0.83 | 0.54 |
| Hex | EB | 52 | 29 | 0 | 41 | 53 | 8 | D | 53 | 36 |
| Octal | 353 | 122 | 51 | 0 | 101 | 123 | 10 | 15 | 123 | 66 |
| Binary | 11101011 | 1010010 | 101001 | 0 | 1000001 | 1010011 | 1000 | 1101 | 1010011 | 110110 |
Color Harmonies of #EB5229
Complementary color
Monochromatic Colors of #EB5229
Black with #EB5229
Text Example
Text Example
White with #EB5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5229; }
p { color: rgb(235,82,41); }
H1.HeaderClassName
{
color: #EB5229;
}
.AnyTagClassName
{
color: #EB5229;
}
</style>
background-color css
<style>
a { background-color: #EB5229; }
a { background-color: rgb(235,82,41); }
div.DivClassName
{
background-color: #EB5229;
}
.BgClassName
{
background-color: #EB5229;
}
</style>
border-color css
<style>
span { border-color: #EB5229; }
span { border-color: rgb(235,82,41); }
td.TdClassName
{
border-color: #EB5229;
}
.TagClassName
{
border-color: #EB5229;
}
</style>