Shades of Cinnabar #EA301D
Tints of Cinnabar #EA301D
RGB
CMYK
RGB Variations
Color information
#EA301D (or 0xEA301D) is known color: Cinnabar. HEX triplet: EA, 30 and 1D. RGB value is (234,48,29). Sum of RGB (Red+Green+Blue) = 234+48+29=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA301D is #15CFE2. Grayscale: #656565. Windows color (decimal): -1429475 or 1913066. OLE color: 1913066.
HSL color Cylindrical-coordinate representation of color #EA301D: hue angle of 5.56º degrees, saturation: 0.83, 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 #EA301D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.08 |
| HSL | 5.56º | 0.83% | 0.52% | - |
| HSV(B) | 5.56º | 0.88% | 0.92% | - |
| XYZ | 35.21 | 19.7 | 3.11 | - |
| YUV | 101.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 29 | 0 | 0.79 | 0.88 | 0.08 | 5.56 | 0.83 | 0.52 |
| Hex | EA | 30 | 1D | 0 | 4F | 58 | 8 | 6 | 53 | 34 |
| Octal | 352 | 60 | 35 | 0 | 117 | 130 | 10 | 6 | 123 | 64 |
| Binary | 11101010 | 110000 | 11101 | 0 | 1001111 | 1011000 | 1000 | 110 | 1010011 | 110100 |
Color Harmonies of #EA301D
Complementary color
Monochromatic Colors of #EA301D
Black with #EA301D
Text Example
Text Example
White with #EA301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA301D; }
p { color: rgb(234,48,29); }
H1.HeaderClassName
{
color: #EA301D;
}
.AnyTagClassName
{
color: #EA301D;
}
</style>
background-color css
<style>
a { background-color: #EA301D; }
a { background-color: rgb(234,48,29); }
div.DivClassName
{
background-color: #EA301D;
}
.BgClassName
{
background-color: #EA301D;
}
</style>
border-color css
<style>
span { border-color: #EA301D; }
span { border-color: rgb(234,48,29); }
td.TdClassName
{
border-color: #EA301D;
}
.TagClassName
{
border-color: #EA301D;
}
</style>