Shades of Cinnabar #EA3B32
Tints of Cinnabar #EA3B32
RGB
CMYK
RGB Variations
Color information
#EA3B32 (or 0xEA3B32) is known color: Cinnabar. HEX triplet: EA, 3B and 32. RGB value is (234,59,50). Sum of RGB (Red+Green+Blue) = 234+59+50=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3B32 is #15C4CD. Grayscale: #6E6E6E. Windows color (decimal): -1426638 or 3292138. OLE color: 3292138.
HSL color Cylindrical-coordinate representation of color #EA3B32: hue angle of 2.93º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3B32 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 50 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.08 |
| HSL | 2.93º | 0.81% | 0.56% | - |
| HSV(B) | 2.93º | 0.79% | 0.92% | - |
| XYZ | 36.07 | 20.85 | 5.14 | - |
| YUV | 110.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 50 | 0 | 0.75 | 0.79 | 0.08 | 2.93 | 0.81 | 0.56 |
| Hex | EA | 3B | 32 | 0 | 4B | 4F | 8 | 3 | 51 | 38 |
| Octal | 352 | 73 | 62 | 0 | 113 | 117 | 10 | 3 | 121 | 70 |
| Binary | 11101010 | 111011 | 110010 | 0 | 1001011 | 1001111 | 1000 | 11 | 1010001 | 111000 |
Color Harmonies of #EA3B32
Complementary color
Monochromatic Colors of #EA3B32
Black with #EA3B32
Text Example
Text Example
White with #EA3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3B32; }
p { color: rgb(234,59,50); }
H1.HeaderClassName
{
color: #EA3B32;
}
.AnyTagClassName
{
color: #EA3B32;
}
</style>
background-color css
<style>
a { background-color: #EA3B32; }
a { background-color: rgb(234,59,50); }
div.DivClassName
{
background-color: #EA3B32;
}
.BgClassName
{
background-color: #EA3B32;
}
</style>
border-color css
<style>
span { border-color: #EA3B32; }
span { border-color: rgb(234,59,50); }
td.TdClassName
{
border-color: #EA3B32;
}
.TagClassName
{
border-color: #EA3B32;
}
</style>