Shades of Cinnabar #E5403F
Tints of Cinnabar #E5403F
RGB
CMYK
RGB Variations
Color information
#E5403F (or 0xE5403F) is known color: Cinnabar. HEX triplet: E5, 40 and 3F. RGB value is (229,64,63). Sum of RGB (Red+Green+Blue) = 229+64+63=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5403F is #1ABFC0. Grayscale: #717171. Windows color (decimal): -1753025 or 4145381. OLE color: 4145381.
HSL color Cylindrical-coordinate representation of color #E5403F: hue angle of 0.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5403F is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 63 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.10 |
| HSL | 0.36º | 0.76% | 0.57% | - |
| HSV(B) | 0.36º | 0.72% | 0.9% | - |
| XYZ | 35.04 | 20.68 | 6.85 | - |
| YUV | 113.22 | 99.66 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 63 | 0 | 0.72 | 0.72 | 0.10 | 0.36 | 0.76 | 0.57 |
| Hex | E5 | 40 | 3F | 0 | 48 | 48 | A | 0 | 4C | 39 |
| Octal | 345 | 100 | 77 | 0 | 110 | 110 | 12 | 0 | 114 | 71 |
| Binary | 11100101 | 1000000 | 111111 | 0 | 1001000 | 1001000 | 1010 | 0 | 1001100 | 111001 |
Color Harmonies of #E5403F
Complementary color
Monochromatic Colors of #E5403F
Black with #E5403F
Text Example
Text Example
White with #E5403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5403F; }
p { color: rgb(229,64,63); }
H1.HeaderClassName
{
color: #E5403F;
}
.AnyTagClassName
{
color: #E5403F;
}
</style>
background-color css
<style>
a { background-color: #E5403F; }
a { background-color: rgb(229,64,63); }
div.DivClassName
{
background-color: #E5403F;
}
.BgClassName
{
background-color: #E5403F;
}
</style>
border-color css
<style>
span { border-color: #E5403F; }
span { border-color: rgb(229,64,63); }
td.TdClassName
{
border-color: #E5403F;
}
.TagClassName
{
border-color: #E5403F;
}
</style>