Shades of Crimson #E91433
Tints of Crimson #E91433
RGB
CMYK
RGB Variations
Color information
#E91433 (or 0xE91433) is known color: Crimson. HEX triplet: E9, 14 and 33. RGB value is (233,20,51). Sum of RGB (Red+Green+Blue) = 233+20+51=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E91433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91433 is #16EBCC. Grayscale: #575757. Windows color (decimal): -1502157 or 3347689. OLE color: 3347689.
HSL color Cylindrical-coordinate representation of color #E91433: hue angle of 351.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91433 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 51 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.09 |
| HSL | 351.27º | 0.84% | 0.5% | - |
| HSV(B) | 351.27º | 0.91% | 0.91% | - |
| XYZ | 34.45 | 18.06 | 4.8 | - |
| YUV | 87.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 51 | 0 | 0.91 | 0.78 | 0.09 | 351.27 | 0.84 | 0.5 |
| Hex | E9 | 14 | 33 | 0 | 5B | 4E | 9 | 15F | 54 | 32 |
| Octal | 351 | 24 | 63 | 0 | 133 | 116 | 11 | 537 | 124 | 62 |
| Binary | 11101001 | 10100 | 110011 | 0 | 1011011 | 1001110 | 1001 | 101011111 | 1010100 | 110010 |
Color Harmonies of #E91433
Complementary color
Monochromatic Colors of #E91433
Black with #E91433
Text Example
Text Example
White with #E91433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91433; }
p { color: rgb(233,20,51); }
H1.HeaderClassName
{
color: #E91433;
}
.AnyTagClassName
{
color: #E91433;
}
</style>
background-color css
<style>
a { background-color: #E91433; }
a { background-color: rgb(233,20,51); }
div.DivClassName
{
background-color: #E91433;
}
.BgClassName
{
background-color: #E91433;
}
</style>
border-color css
<style>
span { border-color: #E91433; }
span { border-color: rgb(233,20,51); }
td.TdClassName
{
border-color: #E91433;
}
.TagClassName
{
border-color: #E91433;
}
</style>