Shades of Cinnabar #EA4927
Tints of Cinnabar #EA4927
RGB
CMYK
RGB Variations
Color information
#EA4927 (or 0xEA4927) is known color: Cinnabar. HEX triplet: EA, 49 and 27. RGB value is (234,73,39). Sum of RGB (Red+Green+Blue) = 234+73+39=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4927 is #15B6D8. Grayscale: #757575. Windows color (decimal): -1423065 or 2574826. OLE color: 2574826.
HSL color Cylindrical-coordinate representation of color #EA4927: hue angle of 10.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA4927 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 39 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.08 |
| HSL | 10.46º | 0.82% | 0.54% | - |
| HSV(B) | 10.46º | 0.83% | 0.92% | - |
| XYZ | 36.68 | 22.4 | 4.31 | - |
| YUV | 117.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 39 | 0 | 0.69 | 0.83 | 0.08 | 10.46 | 0.82 | 0.54 |
| Hex | EA | 49 | 27 | 0 | 45 | 53 | 8 | A | 52 | 36 |
| Octal | 352 | 111 | 47 | 0 | 105 | 123 | 10 | 12 | 122 | 66 |
| Binary | 11101010 | 1001001 | 100111 | 0 | 1000101 | 1010011 | 1000 | 1010 | 1010010 | 110110 |
Color Harmonies of #EA4927
Complementary color
Monochromatic Colors of #EA4927
Black with #EA4927
Text Example
Text Example
White with #EA4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4927; }
p { color: rgb(234,73,39); }
H1.HeaderClassName
{
color: #EA4927;
}
.AnyTagClassName
{
color: #EA4927;
}
</style>
background-color css
<style>
a { background-color: #EA4927; }
a { background-color: rgb(234,73,39); }
div.DivClassName
{
background-color: #EA4927;
}
.BgClassName
{
background-color: #EA4927;
}
</style>
border-color css
<style>
span { border-color: #EA4927; }
span { border-color: rgb(234,73,39); }
td.TdClassName
{
border-color: #EA4927;
}
.TagClassName
{
border-color: #EA4927;
}
</style>