Shades of Crimson #E61433
Tints of Crimson #E61433
RGB
CMYK
RGB Variations
Color information
#E61433 (or 0xE61433) is known color: Crimson. HEX triplet: E6, 14 and 33. RGB value is (230,20,51). Sum of RGB (Red+Green+Blue) = 230+20+51=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E61433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61433 is #19EBCC. Grayscale: #565656. Windows color (decimal): -1698765 or 3347686. OLE color: 3347686.
HSL color Cylindrical-coordinate representation of color #E61433: hue angle of 351.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61433 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 51 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.10 |
| HSL | 351.14º | 0.84% | 0.49% | - |
| HSV(B) | 351.14º | 0.91% | 0.9% | - |
| XYZ | 33.48 | 17.56 | 4.76 | - |
| YUV | 86.32 | 108.07 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 51 | 0 | 0.91 | 0.78 | 0.10 | 351.14 | 0.84 | 0.49 |
| Hex | E6 | 14 | 33 | 0 | 5B | 4E | A | 15F | 54 | 31 |
| Octal | 346 | 24 | 63 | 0 | 133 | 116 | 12 | 537 | 124 | 61 |
| Binary | 11100110 | 10100 | 110011 | 0 | 1011011 | 1001110 | 1010 | 101011111 | 1010100 | 110001 |
Color Harmonies of #E61433
Complementary color
Monochromatic Colors of #E61433
Black with #E61433
Text Example
Text Example
White with #E61433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61433; }
p { color: rgb(230,20,51); }
H1.HeaderClassName
{
color: #E61433;
}
.AnyTagClassName
{
color: #E61433;
}
</style>
background-color css
<style>
a { background-color: #E61433; }
a { background-color: rgb(230,20,51); }
div.DivClassName
{
background-color: #E61433;
}
.BgClassName
{
background-color: #E61433;
}
</style>
border-color css
<style>
span { border-color: #E61433; }
span { border-color: rgb(230,20,51); }
td.TdClassName
{
border-color: #E61433;
}
.TagClassName
{
border-color: #E61433;
}
</style>