Shades of Cinnabar #EB281D
Tints of Cinnabar #EB281D
RGB
CMYK
RGB Variations
Color information
#EB281D (or 0xEB281D) is known color: Cinnabar. HEX triplet: EB, 28 and 1D. RGB value is (235,40,29). Sum of RGB (Red+Green+Blue) = 235+40+29=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB281D is #14D7E2. Grayscale: #616161. Windows color (decimal): -1365987 or 1911019. OLE color: 1911019.
HSL color Cylindrical-coordinate representation of color #EB281D: hue angle of 3.2º 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 #EB281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.08 |
| HSL | 3.2º | 0.84% | 0.52% | - |
| HSV(B) | 3.2º | 0.88% | 0.92% | - |
| XYZ | 35.24 | 19.27 | 3.02 | - |
| YUV | 97.05 | 89.6 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 29 | 0 | 0.83 | 0.88 | 0.08 | 3.2 | 0.84 | 0.52 |
| Hex | EB | 28 | 1D | 0 | 53 | 58 | 8 | 3 | 54 | 34 |
| Octal | 353 | 50 | 35 | 0 | 123 | 130 | 10 | 3 | 124 | 64 |
| Binary | 11101011 | 101000 | 11101 | 0 | 1010011 | 1011000 | 1000 | 11 | 1010100 | 110100 |
Color Harmonies of #EB281D
Complementary color
Monochromatic Colors of #EB281D
Black with #EB281D
Text Example
Text Example
White with #EB281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB281D; }
p { color: rgb(235,40,29); }
H1.HeaderClassName
{
color: #EB281D;
}
.AnyTagClassName
{
color: #EB281D;
}
</style>
background-color css
<style>
a { background-color: #EB281D; }
a { background-color: rgb(235,40,29); }
div.DivClassName
{
background-color: #EB281D;
}
.BgClassName
{
background-color: #EB281D;
}
</style>
border-color css
<style>
span { border-color: #EB281D; }
span { border-color: rgb(235,40,29); }
td.TdClassName
{
border-color: #EB281D;
}
.TagClassName
{
border-color: #EB281D;
}
</style>