Shades of Crimson #EB0141
Tints of Crimson #EB0141
RGB
CMYK
RGB Variations
Color information
#EB0141 (or 0xEB0141) is known color: Crimson. HEX triplet: EB, 01 and 41. RGB value is (235,1,65). Sum of RGB (Red+Green+Blue) = 235+1+65=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0141 is #14FEBE. Grayscale: #4E4E4E. Windows color (decimal): -1375935 or 4260331. OLE color: 4260331.
HSL color Cylindrical-coordinate representation of color #EB0141: hue angle of 343.59º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0141 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.08 |
| HSL | 343.59º | 0.99% | 0.46% | - |
| HSV(B) | 343.59º | 1% | 0.92% | - |
| XYZ | 35.23 | 18.07 | 6.63 | - |
| YUV | 78.26 | 120.52 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 65 | 0 | 1.00 | 0.72 | 0.08 | 343.59 | 0.99 | 0.46 |
| Hex | EB | 1 | 41 | 0 | 64 | 48 | 8 | 158 | 63 | 2E |
| Octal | 353 | 1 | 101 | 0 | 144 | 110 | 10 | 530 | 143 | 56 |
| Binary | 11101011 | 1 | 1000001 | 0 | 1100100 | 1001000 | 1000 | 101011000 | 1100011 | 101110 |
Color Harmonies of #EB0141
Complementary color
Monochromatic Colors of #EB0141
Black with #EB0141
Text Example
Text Example
White with #EB0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0141; }
p { color: rgb(235,1,65); }
H1.HeaderClassName
{
color: #EB0141;
}
.AnyTagClassName
{
color: #EB0141;
}
</style>
background-color css
<style>
a { background-color: #EB0141; }
a { background-color: rgb(235,1,65); }
div.DivClassName
{
background-color: #EB0141;
}
.BgClassName
{
background-color: #EB0141;
}
</style>
border-color css
<style>
span { border-color: #EB0141; }
span { border-color: rgb(235,1,65); }
td.TdClassName
{
border-color: #EB0141;
}
.TagClassName
{
border-color: #EB0141;
}
</style>