Shades of Cinnabar #EA423E
Tints of Cinnabar #EA423E
RGB
CMYK
RGB Variations
Color information
#EA423E (or 0xEA423E) is known color: Cinnabar. HEX triplet: EA, 42 and 3E. RGB value is (234,66,62). Sum of RGB (Red+Green+Blue) = 234+66+62=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA423E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA423E is #15BDC1. Grayscale: #737373. Windows color (decimal): -1424834 or 4080362. OLE color: 4080362.
HSL color Cylindrical-coordinate representation of color #EA423E: hue angle of 1.4º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA423E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 62 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.08 |
| HSL | 1.4º | 0.8% | 0.58% | - |
| HSV(B) | 1.4º | 0.74% | 0.92% | - |
| XYZ | 36.75 | 21.74 | 6.82 | - |
| YUV | 115.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 62 | 0 | 0.72 | 0.74 | 0.08 | 1.4 | 0.8 | 0.58 |
| Hex | EA | 42 | 3E | 0 | 48 | 4A | 8 | 1 | 50 | 3A |
| Octal | 352 | 102 | 76 | 0 | 110 | 112 | 10 | 1 | 120 | 72 |
| Binary | 11101010 | 1000010 | 111110 | 0 | 1001000 | 1001010 | 1000 | 1 | 1010000 | 111010 |
Color Harmonies of #EA423E
Complementary color
Monochromatic Colors of #EA423E
Black with #EA423E
Text Example
Text Example
White with #EA423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA423E; }
p { color: rgb(234,66,62); }
H1.HeaderClassName
{
color: #EA423E;
}
.AnyTagClassName
{
color: #EA423E;
}
</style>
background-color css
<style>
a { background-color: #EA423E; }
a { background-color: rgb(234,66,62); }
div.DivClassName
{
background-color: #EA423E;
}
.BgClassName
{
background-color: #EA423E;
}
</style>
border-color css
<style>
span { border-color: #EA423E; }
span { border-color: rgb(234,66,62); }
td.TdClassName
{
border-color: #EA423E;
}
.TagClassName
{
border-color: #EA423E;
}
</style>