Shades of Cinnabar #EA3F34
Tints of Cinnabar #EA3F34
RGB
CMYK
RGB Variations
Color information
#EA3F34 (or 0xEA3F34) is known color: Cinnabar. HEX triplet: EA, 3F and 34. RGB value is (234,63,52). Sum of RGB (Red+Green+Blue) = 234+63+52=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3F34 is #15C0CB. Grayscale: #717171. Windows color (decimal): -1425612 or 3424234. OLE color: 3424234.
HSL color Cylindrical-coordinate representation of color #EA3F34: hue angle of 3.63º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3F34 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 63 | 52 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.08 |
| HSL | 3.63º | 0.81% | 0.56% | - |
| HSV(B) | 3.63º | 0.78% | 0.92% | - |
| XYZ | 36.33 | 21.3 | 5.44 | - |
| YUV | 112.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 63 | 52 | 0 | 0.73 | 0.78 | 0.08 | 3.63 | 0.81 | 0.56 |
| Hex | EA | 3F | 34 | 0 | 49 | 4E | 8 | 4 | 51 | 38 |
| Octal | 352 | 77 | 64 | 0 | 111 | 116 | 10 | 4 | 121 | 70 |
| Binary | 11101010 | 111111 | 110100 | 0 | 1001001 | 1001110 | 1000 | 100 | 1010001 | 111000 |
Color Harmonies of #EA3F34
Complementary color
Monochromatic Colors of #EA3F34
Black with #EA3F34
Text Example
Text Example
White with #EA3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3F34; }
p { color: rgb(234,63,52); }
H1.HeaderClassName
{
color: #EA3F34;
}
.AnyTagClassName
{
color: #EA3F34;
}
</style>
background-color css
<style>
a { background-color: #EA3F34; }
a { background-color: rgb(234,63,52); }
div.DivClassName
{
background-color: #EA3F34;
}
.BgClassName
{
background-color: #EA3F34;
}
</style>
border-color css
<style>
span { border-color: #EA3F34; }
span { border-color: rgb(234,63,52); }
td.TdClassName
{
border-color: #EA3F34;
}
.TagClassName
{
border-color: #EA3F34;
}
</style>