Shades of Crimson #EB0143
Tints of Crimson #EB0143
RGB
CMYK
RGB Variations
Color information
#EB0143 (or 0xEB0143) is known color: Crimson. HEX triplet: EB, 01 and 43. RGB value is (235,1,67). Sum of RGB (Red+Green+Blue) = 235+1+67=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0143 is #14FEBC. Grayscale: #4E4E4E. Windows color (decimal): -1375933 or 4391403. OLE color: 4391403.
HSL color Cylindrical-coordinate representation of color #EB0143: hue angle of 343.08º 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 #EB0143 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.08 |
| HSL | 343.08º | 0.99% | 0.46% | - |
| HSV(B) | 343.08º | 1% | 0.92% | - |
| XYZ | 35.28 | 18.09 | 6.94 | - |
| YUV | 78.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 67 | 0 | 1.00 | 0.71 | 0.08 | 343.08 | 0.99 | 0.46 |
| Hex | EB | 1 | 43 | 0 | 64 | 47 | 8 | 157 | 63 | 2E |
| Octal | 353 | 1 | 103 | 0 | 144 | 107 | 10 | 527 | 143 | 56 |
| Binary | 11101011 | 1 | 1000011 | 0 | 1100100 | 1000111 | 1000 | 101010111 | 1100011 | 101110 |
Color Harmonies of #EB0143
Complementary color
Monochromatic Colors of #EB0143
Black with #EB0143
Text Example
Text Example
White with #EB0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0143; }
p { color: rgb(235,1,67); }
H1.HeaderClassName
{
color: #EB0143;
}
.AnyTagClassName
{
color: #EB0143;
}
</style>
background-color css
<style>
a { background-color: #EB0143; }
a { background-color: rgb(235,1,67); }
div.DivClassName
{
background-color: #EB0143;
}
.BgClassName
{
background-color: #EB0143;
}
</style>
border-color css
<style>
span { border-color: #EB0143; }
span { border-color: rgb(235,1,67); }
td.TdClassName
{
border-color: #EB0143;
}
.TagClassName
{
border-color: #EB0143;
}
</style>