Shades of Cinnabar #EA4123
Tints of Cinnabar #EA4123
RGB
CMYK
RGB Variations
Color information
#EA4123 (or 0xEA4123) is known color: Cinnabar. HEX triplet: EA, 41 and 23. RGB value is (234,65,35). Sum of RGB (Red+Green+Blue) = 234+65+35=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4123 is #15BEDC. Grayscale: #707070. Windows color (decimal): -1425117 or 2310634. OLE color: 2310634.
HSL color Cylindrical-coordinate representation of color #EA4123: hue angle of 9.05º 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 #EA4123 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.08 |
| HSL | 9.05º | 0.83% | 0.53% | - |
| HSV(B) | 9.05º | 0.85% | 0.92% | - |
| XYZ | 36.13 | 21.39 | 3.82 | - |
| YUV | 112.11 | 84.49 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 35 | 0 | 0.72 | 0.85 | 0.08 | 9.05 | 0.83 | 0.53 |
| Hex | EA | 41 | 23 | 0 | 48 | 55 | 8 | 9 | 53 | 35 |
| Octal | 352 | 101 | 43 | 0 | 110 | 125 | 10 | 11 | 123 | 65 |
| Binary | 11101010 | 1000001 | 100011 | 0 | 1001000 | 1010101 | 1000 | 1001 | 1010011 | 110101 |
Color Harmonies of #EA4123
Complementary color
Monochromatic Colors of #EA4123
Black with #EA4123
Text Example
Text Example
White with #EA4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4123; }
p { color: rgb(234,65,35); }
H1.HeaderClassName
{
color: #EA4123;
}
.AnyTagClassName
{
color: #EA4123;
}
</style>
background-color css
<style>
a { background-color: #EA4123; }
a { background-color: rgb(234,65,35); }
div.DivClassName
{
background-color: #EA4123;
}
.BgClassName
{
background-color: #EA4123;
}
</style>
border-color css
<style>
span { border-color: #EA4123; }
span { border-color: rgb(234,65,35); }
td.TdClassName
{
border-color: #EA4123;
}
.TagClassName
{
border-color: #EA4123;
}
</style>