Shades of Cinnabar #EA2D26
Tints of Cinnabar #EA2D26
RGB
CMYK
RGB Variations
Color information
#EA2D26 (or 0xEA2D26) is known color: Cinnabar. HEX triplet: EA, 2D and 26. RGB value is (234,45,38). Sum of RGB (Red+Green+Blue) = 234+45+38=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D26 is #15D2D9. Grayscale: #646464. Windows color (decimal): -1430234 or 2502122. OLE color: 2502122.
HSL color Cylindrical-coordinate representation of color #EA2D26: hue angle of 2.14º 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 #EA2D26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.08 |
| HSL | 2.14º | 0.82% | 0.53% | - |
| HSV(B) | 2.14º | 0.84% | 0.92% | - |
| XYZ | 35.22 | 19.51 | 3.74 | - |
| YUV | 100.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 38 | 0 | 0.81 | 0.84 | 0.08 | 2.14 | 0.82 | 0.53 |
| Hex | EA | 2D | 26 | 0 | 51 | 54 | 8 | 2 | 52 | 35 |
| Octal | 352 | 55 | 46 | 0 | 121 | 124 | 10 | 2 | 122 | 65 |
| Binary | 11101010 | 101101 | 100110 | 0 | 1010001 | 1010100 | 1000 | 10 | 1010010 | 110101 |
Color Harmonies of #EA2D26
Complementary color
Monochromatic Colors of #EA2D26
Black with #EA2D26
Text Example
Text Example
White with #EA2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D26; }
p { color: rgb(234,45,38); }
H1.HeaderClassName
{
color: #EA2D26;
}
.AnyTagClassName
{
color: #EA2D26;
}
</style>
background-color css
<style>
a { background-color: #EA2D26; }
a { background-color: rgb(234,45,38); }
div.DivClassName
{
background-color: #EA2D26;
}
.BgClassName
{
background-color: #EA2D26;
}
</style>
border-color css
<style>
span { border-color: #EA2D26; }
span { border-color: rgb(234,45,38); }
td.TdClassName
{
border-color: #EA2D26;
}
.TagClassName
{
border-color: #EA2D26;
}
</style>