Shades of Crimson #EB0040
Tints of Crimson #EB0040
RGB
CMYK
RGB Variations
Color information
#EB0040 (or 0xEB0040) is known color: Crimson. HEX triplet: EB, 00 and 40. RGB value is (235,0,64). Sum of RGB (Red+Green+Blue) = 235+0+64=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0040 is #14FFBF. Grayscale: #4D4D4D. Windows color (decimal): -1376192 or 4194539. OLE color: 4194539.
HSL color Cylindrical-coordinate representation of color #EB0040: hue angle of 343.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0040 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.73 | 0.08 |
| HSL | 343.66º | 1% | 0.46% | - |
| HSV(B) | 343.66º | 1% | 0.92% | - |
| XYZ | 35.19 | 18.03 | 6.48 | - |
| YUV | 77.56 | 120.36 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 64 | 0 | 1 | 0.73 | 0.08 | 343.66 | 1 | 0.46 |
| Hex | EB | 0 | 40 | 0 | 64 | 49 | 8 | 158 | 64 | 2E |
| Octal | 353 | 0 | 100 | 0 | 144 | 111 | 10 | 530 | 144 | 56 |
| Binary | 11101011 | 0 | 1000000 | 0 | 1100100 | 1001001 | 1000 | 101011000 | 1100100 | 101110 |
Color Harmonies of #EB0040
Complementary color
Monochromatic Colors of #EB0040
Black with #EB0040
Text Example
Text Example
White with #EB0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0040; }
p { color: rgb(235,0,64); }
H1.HeaderClassName
{
color: #EB0040;
}
.AnyTagClassName
{
color: #EB0040;
}
</style>
background-color css
<style>
a { background-color: #EB0040; }
a { background-color: rgb(235,0,64); }
div.DivClassName
{
background-color: #EB0040;
}
.BgClassName
{
background-color: #EB0040;
}
</style>
border-color css
<style>
span { border-color: #EB0040; }
span { border-color: rgb(235,0,64); }
td.TdClassName
{
border-color: #EB0040;
}
.TagClassName
{
border-color: #EB0040;
}
</style>