Shades of Cinnabar #EA3430
Tints of Cinnabar #EA3430
RGB
CMYK
RGB Variations
Color information
#EA3430 (or 0xEA3430) is known color: Cinnabar. HEX triplet: EA, 34 and 30. RGB value is (234,52,48). Sum of RGB (Red+Green+Blue) = 234+52+48=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3430 is #15CBCF. Grayscale: #6A6A6A. Windows color (decimal): -1428432 or 3159274. OLE color: 3159274.
HSL color Cylindrical-coordinate representation of color #EA3430: hue angle of 1.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3430 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 48 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.08 |
| HSL | 1.29º | 0.82% | 0.55% | - |
| HSV(B) | 1.29º | 0.79% | 0.92% | - |
| XYZ | 35.69 | 20.16 | 4.81 | - |
| YUV | 105.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 48 | 0 | 0.78 | 0.79 | 0.08 | 1.29 | 0.82 | 0.55 |
| Hex | EA | 34 | 30 | 0 | 4E | 4F | 8 | 1 | 52 | 37 |
| Octal | 352 | 64 | 60 | 0 | 116 | 117 | 10 | 1 | 122 | 67 |
| Binary | 11101010 | 110100 | 110000 | 0 | 1001110 | 1001111 | 1000 | 1 | 1010010 | 110111 |
Color Harmonies of #EA3430
Complementary color
Monochromatic Colors of #EA3430
Black with #EA3430
Text Example
Text Example
White with #EA3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3430; }
p { color: rgb(234,52,48); }
H1.HeaderClassName
{
color: #EA3430;
}
.AnyTagClassName
{
color: #EA3430;
}
</style>
background-color css
<style>
a { background-color: #EA3430; }
a { background-color: rgb(234,52,48); }
div.DivClassName
{
background-color: #EA3430;
}
.BgClassName
{
background-color: #EA3430;
}
</style>
border-color css
<style>
span { border-color: #EA3430; }
span { border-color: rgb(234,52,48); }
td.TdClassName
{
border-color: #EA3430;
}
.TagClassName
{
border-color: #EA3430;
}
</style>