Shades of Cinnabar #EB281F
Tints of Cinnabar #EB281F
RGB
CMYK
RGB Variations
Color information
#EB281F (or 0xEB281F) is known color: Cinnabar. HEX triplet: EB, 28 and 1F. RGB value is (235,40,31). Sum of RGB (Red+Green+Blue) = 235+40+31=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB281F is #14D7E0. Grayscale: #616161. Windows color (decimal): -1365985 or 2042091. OLE color: 2042091.
HSL color Cylindrical-coordinate representation of color #EB281F: hue angle of 2.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB281F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.08 |
| HSL | 2.65º | 0.84% | 0.52% | - |
| HSV(B) | 2.65º | 0.87% | 0.92% | - |
| XYZ | 35.27 | 19.28 | 3.16 | - |
| YUV | 97.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 31 | 0 | 0.83 | 0.87 | 0.08 | 2.65 | 0.84 | 0.52 |
| Hex | EB | 28 | 1F | 0 | 53 | 57 | 8 | 3 | 54 | 34 |
| Octal | 353 | 50 | 37 | 0 | 123 | 127 | 10 | 3 | 124 | 64 |
| Binary | 11101011 | 101000 | 11111 | 0 | 1010011 | 1010111 | 1000 | 11 | 1010100 | 110100 |
Color Harmonies of #EB281F
Complementary color
Monochromatic Colors of #EB281F
Black with #EB281F
Text Example
Text Example
White with #EB281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB281F; }
p { color: rgb(235,40,31); }
H1.HeaderClassName
{
color: #EB281F;
}
.AnyTagClassName
{
color: #EB281F;
}
</style>
background-color css
<style>
a { background-color: #EB281F; }
a { background-color: rgb(235,40,31); }
div.DivClassName
{
background-color: #EB281F;
}
.BgClassName
{
background-color: #EB281F;
}
</style>
border-color css
<style>
span { border-color: #EB281F; }
span { border-color: rgb(235,40,31); }
td.TdClassName
{
border-color: #EB281F;
}
.TagClassName
{
border-color: #EB281F;
}
</style>