Shades of Cinnabar #EA413B
Tints of Cinnabar #EA413B
RGB
CMYK
RGB Variations
Color information
#EA413B (or 0xEA413B) is known color: Cinnabar. HEX triplet: EA, 41 and 3B. RGB value is (234,65,59). Sum of RGB (Red+Green+Blue) = 234+65+59=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA413B is #15BEC4. Grayscale: #737373. Windows color (decimal): -1425093 or 3883498. OLE color: 3883498.
HSL color Cylindrical-coordinate representation of color #EA413B: hue angle of 2.06º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA413B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 59 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.08 |
| HSL | 2.06º | 0.81% | 0.57% | - |
| HSV(B) | 2.06º | 0.75% | 0.92% | - |
| XYZ | 36.61 | 21.59 | 6.38 | - |
| YUV | 114.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 59 | 0 | 0.72 | 0.75 | 0.08 | 2.06 | 0.81 | 0.57 |
| Hex | EA | 41 | 3B | 0 | 48 | 4B | 8 | 2 | 51 | 39 |
| Octal | 352 | 101 | 73 | 0 | 110 | 113 | 10 | 2 | 121 | 71 |
| Binary | 11101010 | 1000001 | 111011 | 0 | 1001000 | 1001011 | 1000 | 10 | 1010001 | 111001 |
Color Harmonies of #EA413B
Complementary color
Monochromatic Colors of #EA413B
Black with #EA413B
Text Example
Text Example
White with #EA413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA413B; }
p { color: rgb(234,65,59); }
H1.HeaderClassName
{
color: #EA413B;
}
.AnyTagClassName
{
color: #EA413B;
}
</style>
background-color css
<style>
a { background-color: #EA413B; }
a { background-color: rgb(234,65,59); }
div.DivClassName
{
background-color: #EA413B;
}
.BgClassName
{
background-color: #EA413B;
}
</style>
border-color css
<style>
span { border-color: #EA413B; }
span { border-color: rgb(234,65,59); }
td.TdClassName
{
border-color: #EA413B;
}
.TagClassName
{
border-color: #EA413B;
}
</style>