Shades of Cinnabar #EA2B23
Tints of Cinnabar #EA2B23
RGB
CMYK
RGB Variations
Color information
#EA2B23 (or 0xEA2B23) is known color: Cinnabar. HEX triplet: EA, 2B and 23. RGB value is (234,43,35). Sum of RGB (Red+Green+Blue) = 234+43+35=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B23 is #15D4DC. Grayscale: #636363. Windows color (decimal): -1430749 or 2305002. OLE color: 2305002.
HSL color Cylindrical-coordinate representation of color #EA2B23: hue angle of 2.41º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2B23 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.08 |
| HSL | 2.41º | 0.83% | 0.53% | - |
| HSV(B) | 2.41º | 0.85% | 0.92% | - |
| XYZ | 35.1 | 19.34 | 3.47 | - |
| YUV | 99.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 35 | 0 | 0.82 | 0.85 | 0.08 | 2.41 | 0.83 | 0.53 |
| Hex | EA | 2B | 23 | 0 | 52 | 55 | 8 | 2 | 53 | 35 |
| Octal | 352 | 53 | 43 | 0 | 122 | 125 | 10 | 2 | 123 | 65 |
| Binary | 11101010 | 101011 | 100011 | 0 | 1010010 | 1010101 | 1000 | 10 | 1010011 | 110101 |
Color Harmonies of #EA2B23
Complementary color
Monochromatic Colors of #EA2B23
Black with #EA2B23
Text Example
Text Example
White with #EA2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B23; }
p { color: rgb(234,43,35); }
H1.HeaderClassName
{
color: #EA2B23;
}
.AnyTagClassName
{
color: #EA2B23;
}
</style>
background-color css
<style>
a { background-color: #EA2B23; }
a { background-color: rgb(234,43,35); }
div.DivClassName
{
background-color: #EA2B23;
}
.BgClassName
{
background-color: #EA2B23;
}
</style>
border-color css
<style>
span { border-color: #EA2B23; }
span { border-color: rgb(234,43,35); }
td.TdClassName
{
border-color: #EA2B23;
}
.TagClassName
{
border-color: #EA2B23;
}
</style>