Shades of Cinnabar #EA2926
Tints of Cinnabar #EA2926
RGB
CMYK
RGB Variations
Color information
#EA2926 (or 0xEA2926) is known color: Cinnabar. HEX triplet: EA, 29 and 26. RGB value is (234,41,38). Sum of RGB (Red+Green+Blue) = 234+41+38=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2926 is #15D6D9. Grayscale: #626262. Windows color (decimal): -1431258 or 2501098. OLE color: 2501098.
HSL color Cylindrical-coordinate representation of color #EA2926: hue angle of 0.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2926 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 38 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.08 |
| HSL | 0.92º | 0.82% | 0.53% | - |
| HSV(B) | 0.92º | 0.84% | 0.92% | - |
| XYZ | 35.07 | 19.22 | 3.69 | - |
| YUV | 98.37 | 93.94 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 38 | 0 | 0.82 | 0.84 | 0.08 | 0.92 | 0.82 | 0.53 |
| Hex | EA | 29 | 26 | 0 | 52 | 54 | 8 | 1 | 52 | 35 |
| Octal | 352 | 51 | 46 | 0 | 122 | 124 | 10 | 1 | 122 | 65 |
| Binary | 11101010 | 101001 | 100110 | 0 | 1010010 | 1010100 | 1000 | 1 | 1010010 | 110101 |
Color Harmonies of #EA2926
Complementary color
Monochromatic Colors of #EA2926
Black with #EA2926
Text Example
Text Example
White with #EA2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2926; }
p { color: rgb(234,41,38); }
H1.HeaderClassName
{
color: #EA2926;
}
.AnyTagClassName
{
color: #EA2926;
}
</style>
background-color css
<style>
a { background-color: #EA2926; }
a { background-color: rgb(234,41,38); }
div.DivClassName
{
background-color: #EA2926;
}
.BgClassName
{
background-color: #EA2926;
}
</style>
border-color css
<style>
span { border-color: #EA2926; }
span { border-color: rgb(234,41,38); }
td.TdClassName
{
border-color: #EA2926;
}
.TagClassName
{
border-color: #EA2926;
}
</style>