Shades of Cinnabar #EA463C
Tints of Cinnabar #EA463C
RGB
CMYK
RGB Variations
Color information
#EA463C (or 0xEA463C) is known color: Cinnabar. HEX triplet: EA, 46 and 3C. RGB value is (234,70,60). Sum of RGB (Red+Green+Blue) = 234+70+60=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA463C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA463C is #15B9C3. Grayscale: #767676. Windows color (decimal): -1423812 or 3950314. OLE color: 3950314.
HSL color Cylindrical-coordinate representation of color #EA463C: hue angle of 3.45º degrees, saturation: 0.81, 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 #EA463C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 60 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.08 |
| HSL | 3.45º | 0.81% | 0.58% | - |
| HSV(B) | 3.45º | 0.74% | 0.92% | - |
| XYZ | 36.94 | 22.2 | 6.61 | - |
| YUV | 117.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 60 | 0 | 0.70 | 0.74 | 0.08 | 3.45 | 0.81 | 0.58 |
| Hex | EA | 46 | 3C | 0 | 46 | 4A | 8 | 3 | 51 | 3A |
| Octal | 352 | 106 | 74 | 0 | 106 | 112 | 10 | 3 | 121 | 72 |
| Binary | 11101010 | 1000110 | 111100 | 0 | 1000110 | 1001010 | 1000 | 11 | 1010001 | 111010 |
Color Harmonies of #EA463C
Complementary color
Monochromatic Colors of #EA463C
Black with #EA463C
Text Example
Text Example
White with #EA463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA463C; }
p { color: rgb(234,70,60); }
H1.HeaderClassName
{
color: #EA463C;
}
.AnyTagClassName
{
color: #EA463C;
}
</style>
background-color css
<style>
a { background-color: #EA463C; }
a { background-color: rgb(234,70,60); }
div.DivClassName
{
background-color: #EA463C;
}
.BgClassName
{
background-color: #EA463C;
}
</style>
border-color css
<style>
span { border-color: #EA463C; }
span { border-color: rgb(234,70,60); }
td.TdClassName
{
border-color: #EA463C;
}
.TagClassName
{
border-color: #EA463C;
}
</style>