Shades of Cinnabar #EB271E
Tints of Cinnabar #EB271E
RGB
CMYK
RGB Variations
Color information
#EB271E (or 0xEB271E) is known color: Cinnabar. HEX triplet: EB, 27 and 1E. RGB value is (235,39,30). Sum of RGB (Red+Green+Blue) = 235+39+30=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB271E is #14D8E1. Grayscale: #606060. Windows color (decimal): -1366242 or 1976299. OLE color: 1976299.
HSL color Cylindrical-coordinate representation of color #EB271E: hue angle of 2.63º 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 #EB271E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.08 |
| HSL | 2.63º | 0.84% | 0.52% | - |
| HSV(B) | 2.63º | 0.87% | 0.92% | - |
| XYZ | 35.22 | 19.21 | 3.08 | - |
| YUV | 96.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 30 | 0 | 0.83 | 0.87 | 0.08 | 2.63 | 0.84 | 0.52 |
| Hex | EB | 27 | 1E | 0 | 53 | 57 | 8 | 3 | 54 | 34 |
| Octal | 353 | 47 | 36 | 0 | 123 | 127 | 10 | 3 | 124 | 64 |
| Binary | 11101011 | 100111 | 11110 | 0 | 1010011 | 1010111 | 1000 | 11 | 1010100 | 110100 |
Color Harmonies of #EB271E
Complementary color
Monochromatic Colors of #EB271E
Black with #EB271E
Text Example
Text Example
White with #EB271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB271E; }
p { color: rgb(235,39,30); }
H1.HeaderClassName
{
color: #EB271E;
}
.AnyTagClassName
{
color: #EB271E;
}
</style>
background-color css
<style>
a { background-color: #EB271E; }
a { background-color: rgb(235,39,30); }
div.DivClassName
{
background-color: #EB271E;
}
.BgClassName
{
background-color: #EB271E;
}
</style>
border-color css
<style>
span { border-color: #EB271E; }
span { border-color: rgb(235,39,30); }
td.TdClassName
{
border-color: #EB271E;
}
.TagClassName
{
border-color: #EB271E;
}
</style>