Shades of Cinnabar #EA403F
Tints of Cinnabar #EA403F
RGB
CMYK
RGB Variations
Color information
#EA403F (or 0xEA403F) is known color: Cinnabar. HEX triplet: EA, 40 and 3F. RGB value is (234,64,63). Sum of RGB (Red+Green+Blue) = 234+64+63=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA403F is #15BFC0. Grayscale: #727272. Windows color (decimal): -1425345 or 4145386. OLE color: 4145386.
HSL color Cylindrical-coordinate representation of color #EA403F: hue angle of 0.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA403F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 63 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.08 |
| HSL | 0.35º | 0.8% | 0.58% | - |
| HSV(B) | 0.35º | 0.73% | 0.92% | - |
| XYZ | 36.66 | 21.52 | 6.92 | - |
| YUV | 114.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 63 | 0 | 0.73 | 0.73 | 0.08 | 0.35 | 0.8 | 0.58 |
| Hex | EA | 40 | 3F | 0 | 49 | 49 | 8 | 0 | 50 | 3A |
| Octal | 352 | 100 | 77 | 0 | 111 | 111 | 10 | 0 | 120 | 72 |
| Binary | 11101010 | 1000000 | 111111 | 0 | 1001001 | 1001001 | 1000 | 0 | 1010000 | 111010 |
Color Harmonies of #EA403F
Complementary color
Monochromatic Colors of #EA403F
Black with #EA403F
Text Example
Text Example
White with #EA403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA403F; }
p { color: rgb(234,64,63); }
H1.HeaderClassName
{
color: #EA403F;
}
.AnyTagClassName
{
color: #EA403F;
}
</style>
background-color css
<style>
a { background-color: #EA403F; }
a { background-color: rgb(234,64,63); }
div.DivClassName
{
background-color: #EA403F;
}
.BgClassName
{
background-color: #EA403F;
}
</style>
border-color css
<style>
span { border-color: #EA403F; }
span { border-color: rgb(234,64,63); }
td.TdClassName
{
border-color: #EA403F;
}
.TagClassName
{
border-color: #EA403F;
}
</style>