Shades of Crimson #E2133F
Tints of Crimson #E2133F
RGB
CMYK
RGB Variations
Color information
#E2133F (or 0xE2133F) is known color: Crimson. HEX triplet: E2, 13 and 3F. RGB value is (226,19,63). Sum of RGB (Red+Green+Blue) = 226+19+63=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2133F is #1DECC0. Grayscale: #555555. Windows color (decimal): -1961153 or 4133858. OLE color: 4133858.
HSL color Cylindrical-coordinate representation of color #E2133F: hue angle of 347.25º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2133F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.11 |
| HSL | 347.25º | 0.84% | 0.48% | - |
| HSV(B) | 347.25º | 0.92% | 0.89% | - |
| XYZ | 32.49 | 16.99 | 6.27 | - |
| YUV | 85.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 63 | 0 | 0.92 | 0.72 | 0.11 | 347.25 | 0.84 | 0.48 |
| Hex | E2 | 13 | 3F | 0 | 5C | 48 | B | 15B | 54 | 30 |
| Octal | 342 | 23 | 77 | 0 | 134 | 110 | 13 | 533 | 124 | 60 |
| Binary | 11100010 | 10011 | 111111 | 0 | 1011100 | 1001000 | 1011 | 101011011 | 1010100 | 110000 |
Color Harmonies of #E2133F
Complementary color
Monochromatic Colors of #E2133F
Black with #E2133F
Text Example
Text Example
White with #E2133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2133F; }
p { color: rgb(226,19,63); }
H1.HeaderClassName
{
color: #E2133F;
}
.AnyTagClassName
{
color: #E2133F;
}
</style>
background-color css
<style>
a { background-color: #E2133F; }
a { background-color: rgb(226,19,63); }
div.DivClassName
{
background-color: #E2133F;
}
.BgClassName
{
background-color: #E2133F;
}
</style>
border-color css
<style>
span { border-color: #E2133F; }
span { border-color: rgb(226,19,63); }
td.TdClassName
{
border-color: #E2133F;
}
.TagClassName
{
border-color: #E2133F;
}
</style>