Shades of Cinnabar #EA301B
Tints of Cinnabar #EA301B
RGB
CMYK
RGB Variations
Color information
#EA301B (or 0xEA301B) is known color: Cinnabar. HEX triplet: EA, 30 and 1B. RGB value is (234,48,27). Sum of RGB (Red+Green+Blue) = 234+48+27=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA301B is #15CFE4. Grayscale: #656565. Windows color (decimal): -1429477 or 1781994. OLE color: 1781994.
HSL color Cylindrical-coordinate representation of color #EA301B: hue angle of 6.09º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA301B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.08 |
| HSL | 6.09º | 0.83% | 0.51% | - |
| HSV(B) | 6.09º | 0.88% | 0.92% | - |
| XYZ | 35.19 | 19.69 | 2.98 | - |
| YUV | 101.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 27 | 0 | 0.79 | 0.88 | 0.08 | 6.09 | 0.83 | 0.51 |
| Hex | EA | 30 | 1B | 0 | 4F | 58 | 8 | 6 | 53 | 33 |
| Octal | 352 | 60 | 33 | 0 | 117 | 130 | 10 | 6 | 123 | 63 |
| Binary | 11101010 | 110000 | 11011 | 0 | 1001111 | 1011000 | 1000 | 110 | 1010011 | 110011 |
Color Harmonies of #EA301B
Complementary color
Monochromatic Colors of #EA301B
Black with #EA301B
Text Example
Text Example
White with #EA301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA301B; }
p { color: rgb(234,48,27); }
H1.HeaderClassName
{
color: #EA301B;
}
.AnyTagClassName
{
color: #EA301B;
}
</style>
background-color css
<style>
a { background-color: #EA301B; }
a { background-color: rgb(234,48,27); }
div.DivClassName
{
background-color: #EA301B;
}
.BgClassName
{
background-color: #EA301B;
}
</style>
border-color css
<style>
span { border-color: #EA301B; }
span { border-color: rgb(234,48,27); }
td.TdClassName
{
border-color: #EA301B;
}
.TagClassName
{
border-color: #EA301B;
}
</style>