Shades of Cinnabar #EB2D25
Tints of Cinnabar #EB2D25
RGB
CMYK
RGB Variations
Color information
#EB2D25 (or 0xEB2D25) is known color: Cinnabar. HEX triplet: EB, 2D and 25. RGB value is (235,45,37). Sum of RGB (Red+Green+Blue) = 235+45+37=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D25 is #14D2DA. Grayscale: #656565. Windows color (decimal): -1364699 or 2436587. OLE color: 2436587.
HSL color Cylindrical-coordinate representation of color #EB2D25: hue angle of 2.42º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2D25 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 37 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.08 |
| HSL | 2.42º | 0.83% | 0.53% | - |
| HSV(B) | 2.42º | 0.84% | 0.92% | - |
| XYZ | 35.53 | 19.67 | 3.67 | - |
| YUV | 100.9 | 91.95 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 37 | 0 | 0.81 | 0.84 | 0.08 | 2.42 | 0.83 | 0.53 |
| Hex | EB | 2D | 25 | 0 | 51 | 54 | 8 | 2 | 53 | 35 |
| Octal | 353 | 55 | 45 | 0 | 121 | 124 | 10 | 2 | 123 | 65 |
| Binary | 11101011 | 101101 | 100101 | 0 | 1010001 | 1010100 | 1000 | 10 | 1010011 | 110101 |
Color Harmonies of #EB2D25
Complementary color
Monochromatic Colors of #EB2D25
Black with #EB2D25
Text Example
Text Example
White with #EB2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D25; }
p { color: rgb(235,45,37); }
H1.HeaderClassName
{
color: #EB2D25;
}
.AnyTagClassName
{
color: #EB2D25;
}
</style>
background-color css
<style>
a { background-color: #EB2D25; }
a { background-color: rgb(235,45,37); }
div.DivClassName
{
background-color: #EB2D25;
}
.BgClassName
{
background-color: #EB2D25;
}
</style>
border-color css
<style>
span { border-color: #EB2D25; }
span { border-color: rgb(235,45,37); }
td.TdClassName
{
border-color: #EB2D25;
}
.TagClassName
{
border-color: #EB2D25;
}
</style>