Shades of Cinnabar #E5453F
Tints of Cinnabar #E5453F
RGB
CMYK
RGB Variations
Color information
#E5453F (or 0xE5453F) is known color: Cinnabar. HEX triplet: E5, 45 and 3F. RGB value is (229,69,63). Sum of RGB (Red+Green+Blue) = 229+69+63=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5453F is #1ABAC0. Grayscale: #747474. Windows color (decimal): -1751745 or 4146661. OLE color: 4146661.
HSL color Cylindrical-coordinate representation of color #E5453F: hue angle of 2.17º 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 #E5453F is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 63 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.10 |
| HSL | 2.17º | 0.76% | 0.57% | - |
| HSV(B) | 2.17º | 0.72% | 0.9% | - |
| XYZ | 35.34 | 21.27 | 6.95 | - |
| YUV | 116.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 63 | 0 | 0.70 | 0.72 | 0.10 | 2.17 | 0.76 | 0.57 |
| Hex | E5 | 45 | 3F | 0 | 46 | 48 | A | 2 | 4C | 39 |
| Octal | 345 | 105 | 77 | 0 | 106 | 110 | 12 | 2 | 114 | 71 |
| Binary | 11100101 | 1000101 | 111111 | 0 | 1000110 | 1001000 | 1010 | 10 | 1001100 | 111001 |
Color Harmonies of #E5453F
Complementary color
Monochromatic Colors of #E5453F
Black with #E5453F
Text Example
Text Example
White with #E5453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5453F; }
p { color: rgb(229,69,63); }
H1.HeaderClassName
{
color: #E5453F;
}
.AnyTagClassName
{
color: #E5453F;
}
</style>
background-color css
<style>
a { background-color: #E5453F; }
a { background-color: rgb(229,69,63); }
div.DivClassName
{
background-color: #E5453F;
}
.BgClassName
{
background-color: #E5453F;
}
</style>
border-color css
<style>
span { border-color: #E5453F; }
span { border-color: rgb(229,69,63); }
td.TdClassName
{
border-color: #E5453F;
}
.TagClassName
{
border-color: #E5453F;
}
</style>