Shades of Crimson #E70338
Tints of Crimson #E70338
RGB
CMYK
RGB Variations
Color information
#E70338 (or 0xE70338) is known color: Crimson. HEX triplet: E7, 03 and 38. RGB value is (231,3,56). Sum of RGB (Red+Green+Blue) = 231+3+56=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E70338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70338 is #18FCC7. Grayscale: #4D4D4D. Windows color (decimal): -1637576 or 3671015. OLE color: 3671015.
HSL color Cylindrical-coordinate representation of color #E70338: hue angle of 346.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70338 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.09 |
| HSL | 346.05º | 0.97% | 0.46% | - |
| HSV(B) | 346.05º | 0.99% | 0.91% | - |
| XYZ | 33.7 | 17.34 | 5.31 | - |
| YUV | 77.21 | 116.04 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 56 | 0 | 0.99 | 0.76 | 0.09 | 346.05 | 0.97 | 0.46 |
| Hex | E7 | 3 | 38 | 0 | 63 | 4C | 9 | 15A | 61 | 2E |
| Octal | 347 | 3 | 70 | 0 | 143 | 114 | 11 | 532 | 141 | 56 |
| Binary | 11100111 | 11 | 111000 | 0 | 1100011 | 1001100 | 1001 | 101011010 | 1100001 | 101110 |
Color Harmonies of #E70338
Complementary color
Monochromatic Colors of #E70338
Black with #E70338
Text Example
Text Example
White with #E70338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70338; }
p { color: rgb(231,3,56); }
H1.HeaderClassName
{
color: #E70338;
}
.AnyTagClassName
{
color: #E70338;
}
</style>
background-color css
<style>
a { background-color: #E70338; }
a { background-color: rgb(231,3,56); }
div.DivClassName
{
background-color: #E70338;
}
.BgClassName
{
background-color: #E70338;
}
</style>
border-color css
<style>
span { border-color: #E70338; }
span { border-color: rgb(231,3,56); }
td.TdClassName
{
border-color: #E70338;
}
.TagClassName
{
border-color: #E70338;
}
</style>