Shades of Cinnabar #EA411A
Tints of Cinnabar #EA411A
RGB
CMYK
RGB Variations
Color information
#EA411A (or 0xEA411A) is known color: Cinnabar. HEX triplet: EA, 41 and 1A. RGB value is (234,65,26). Sum of RGB (Red+Green+Blue) = 234+65+26=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA411A is #15BEE5. Grayscale: #6F6F6F. Windows color (decimal): -1425126 or 1720810. OLE color: 1720810.
HSL color Cylindrical-coordinate representation of color #EA411A: hue angle of 11.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA411A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.08 |
| HSL | 11.25º | 0.83% | 0.51% | - |
| HSV(B) | 11.25º | 0.89% | 0.92% | - |
| XYZ | 36.01 | 21.35 | 3.2 | - |
| YUV | 111.09 | 79.99 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 26 | 0 | 0.72 | 0.89 | 0.08 | 11.25 | 0.83 | 0.51 |
| Hex | EA | 41 | 1A | 0 | 48 | 59 | 8 | B | 53 | 33 |
| Octal | 352 | 101 | 32 | 0 | 110 | 131 | 10 | 13 | 123 | 63 |
| Binary | 11101010 | 1000001 | 11010 | 0 | 1001000 | 1011001 | 1000 | 1011 | 1010011 | 110011 |
Color Harmonies of #EA411A
Complementary color
Monochromatic Colors of #EA411A
Black with #EA411A
Text Example
Text Example
White with #EA411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA411A; }
p { color: rgb(234,65,26); }
H1.HeaderClassName
{
color: #EA411A;
}
.AnyTagClassName
{
color: #EA411A;
}
</style>
background-color css
<style>
a { background-color: #EA411A; }
a { background-color: rgb(234,65,26); }
div.DivClassName
{
background-color: #EA411A;
}
.BgClassName
{
background-color: #EA411A;
}
</style>
border-color css
<style>
span { border-color: #EA411A; }
span { border-color: rgb(234,65,26); }
td.TdClassName
{
border-color: #EA411A;
}
.TagClassName
{
border-color: #EA411A;
}
</style>