Shades of Crimson #E30338
Tints of Crimson #E30338
RGB
CMYK
RGB Variations
Color information
#E30338 (or 0xE30338) is known color: Crimson. HEX triplet: E3, 03 and 38. RGB value is (227,3,56). Sum of RGB (Red+Green+Blue) = 227+3+56=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E30338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30338 is #1CFCC7. Grayscale: #4C4C4C. Windows color (decimal): -1899720 or 3671011. OLE color: 3671011.
HSL color Cylindrical-coordinate representation of color #E30338: hue angle of 345.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30338 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.11 |
| HSL | 345.8º | 0.97% | 0.45% | - |
| HSV(B) | 345.8º | 0.99% | 0.89% | - |
| XYZ | 32.42 | 16.68 | 5.25 | - |
| YUV | 76.02 | 116.71 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 56 | 0 | 0.99 | 0.75 | 0.11 | 345.8 | 0.97 | 0.45 |
| Hex | E3 | 3 | 38 | 0 | 63 | 4B | B | 15A | 61 | 2D |
| Octal | 343 | 3 | 70 | 0 | 143 | 113 | 13 | 532 | 141 | 55 |
| Binary | 11100011 | 11 | 111000 | 0 | 1100011 | 1001011 | 1011 | 101011010 | 1100001 | 101101 |
Color Harmonies of #E30338
Complementary color
Monochromatic Colors of #E30338
Black with #E30338
Text Example
Text Example
White with #E30338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30338; }
p { color: rgb(227,3,56); }
H1.HeaderClassName
{
color: #E30338;
}
.AnyTagClassName
{
color: #E30338;
}
</style>
background-color css
<style>
a { background-color: #E30338; }
a { background-color: rgb(227,3,56); }
div.DivClassName
{
background-color: #E30338;
}
.BgClassName
{
background-color: #E30338;
}
</style>
border-color css
<style>
span { border-color: #E30338; }
span { border-color: rgb(227,3,56); }
td.TdClassName
{
border-color: #E30338;
}
.TagClassName
{
border-color: #E30338;
}
</style>