Shades of Cinnabar #E8453D
Tints of Cinnabar #E8453D
RGB
CMYK
RGB Variations
Color information
#E8453D (or 0xE8453D) is known color: Cinnabar. HEX triplet: E8, 45 and 3D. RGB value is (232,69,61). Sum of RGB (Red+Green+Blue) = 232+69+61=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8453D is #17BAC2. Grayscale: #757575. Windows color (decimal): -1555139 or 4015592. OLE color: 4015592.
HSL color Cylindrical-coordinate representation of color #E8453D: hue angle of 2.81º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8453D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 61 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.09 |
| HSL | 2.81º | 0.79% | 0.57% | - |
| HSV(B) | 2.81º | 0.74% | 0.91% | - |
| XYZ | 36.25 | 21.75 | 6.7 | - |
| YUV | 116.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 61 | 0 | 0.70 | 0.74 | 0.09 | 2.81 | 0.79 | 0.57 |
| Hex | E8 | 45 | 3D | 0 | 46 | 4A | 9 | 3 | 4F | 39 |
| Octal | 350 | 105 | 75 | 0 | 106 | 112 | 11 | 3 | 117 | 71 |
| Binary | 11101000 | 1000101 | 111101 | 0 | 1000110 | 1001010 | 1001 | 11 | 1001111 | 111001 |
Color Harmonies of #E8453D
Complementary color
Monochromatic Colors of #E8453D
Black with #E8453D
Text Example
Text Example
White with #E8453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8453D; }
p { color: rgb(232,69,61); }
H1.HeaderClassName
{
color: #E8453D;
}
.AnyTagClassName
{
color: #E8453D;
}
</style>
background-color css
<style>
a { background-color: #E8453D; }
a { background-color: rgb(232,69,61); }
div.DivClassName
{
background-color: #E8453D;
}
.BgClassName
{
background-color: #E8453D;
}
</style>
border-color css
<style>
span { border-color: #E8453D; }
span { border-color: rgb(232,69,61); }
td.TdClassName
{
border-color: #E8453D;
}
.TagClassName
{
border-color: #E8453D;
}
</style>