Shades of Cinnabar #EA362C
Tints of Cinnabar #EA362C
RGB
CMYK
RGB Variations
Color information
#EA362C (or 0xEA362C) is known color: Cinnabar. HEX triplet: EA, 36 and 2C. RGB value is (234,54,44). Sum of RGB (Red+Green+Blue) = 234+54+44=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA362C is #15C9D3. Grayscale: #6A6A6A. Windows color (decimal): -1427924 or 2897642. OLE color: 2897642.
HSL color Cylindrical-coordinate representation of color #EA362C: hue angle of 3.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA362C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.08 |
| HSL | 3.16º | 0.82% | 0.55% | - |
| HSV(B) | 3.16º | 0.81% | 0.92% | - |
| XYZ | 35.71 | 20.31 | 4.42 | - |
| YUV | 106.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 44 | 0 | 0.77 | 0.81 | 0.08 | 3.16 | 0.82 | 0.55 |
| Hex | EA | 36 | 2C | 0 | 4D | 51 | 8 | 3 | 52 | 37 |
| Octal | 352 | 66 | 54 | 0 | 115 | 121 | 10 | 3 | 122 | 67 |
| Binary | 11101010 | 110110 | 101100 | 0 | 1001101 | 1010001 | 1000 | 11 | 1010010 | 110111 |
Color Harmonies of #EA362C
Complementary color
Monochromatic Colors of #EA362C
Black with #EA362C
Text Example
Text Example
White with #EA362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA362C; }
p { color: rgb(234,54,44); }
H1.HeaderClassName
{
color: #EA362C;
}
.AnyTagClassName
{
color: #EA362C;
}
</style>
background-color css
<style>
a { background-color: #EA362C; }
a { background-color: rgb(234,54,44); }
div.DivClassName
{
background-color: #EA362C;
}
.BgClassName
{
background-color: #EA362C;
}
</style>
border-color css
<style>
span { border-color: #EA362C; }
span { border-color: rgb(234,54,44); }
td.TdClassName
{
border-color: #EA362C;
}
.TagClassName
{
border-color: #EA362C;
}
</style>