Shades of Crimson #EB1844
Tints of Crimson #EB1844
RGB
CMYK
RGB Variations
Color information
#EB1844 (or 0xEB1844) is known color: Crimson. HEX triplet: EB, 18 and 44. RGB value is (235,24,68). Sum of RGB (Red+Green+Blue) = 235+24+68=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1844 is #14E7BB. Grayscale: #5C5C5C. Windows color (decimal): -1370044 or 4462827. OLE color: 4462827.
HSL color Cylindrical-coordinate representation of color #EB1844: hue angle of 347.49º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1844 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.08 |
| HSL | 347.49º | 0.84% | 0.51% | - |
| HSV(B) | 347.49º | 0.9% | 0.92% | - |
| XYZ | 35.63 | 18.73 | 7.21 | - |
| YUV | 92.11 | 114.4 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 68 | 0 | 0.90 | 0.71 | 0.08 | 347.49 | 0.84 | 0.51 |
| Hex | EB | 18 | 44 | 0 | 5A | 47 | 8 | 15B | 54 | 33 |
| Octal | 353 | 30 | 104 | 0 | 132 | 107 | 10 | 533 | 124 | 63 |
| Binary | 11101011 | 11000 | 1000100 | 0 | 1011010 | 1000111 | 1000 | 101011011 | 1010100 | 110011 |
Color Harmonies of #EB1844
Complementary color
Monochromatic Colors of #EB1844
Black with #EB1844
Text Example
Text Example
White with #EB1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1844; }
p { color: rgb(235,24,68); }
H1.HeaderClassName
{
color: #EB1844;
}
.AnyTagClassName
{
color: #EB1844;
}
</style>
background-color css
<style>
a { background-color: #EB1844; }
a { background-color: rgb(235,24,68); }
div.DivClassName
{
background-color: #EB1844;
}
.BgClassName
{
background-color: #EB1844;
}
</style>
border-color css
<style>
span { border-color: #EB1844; }
span { border-color: rgb(235,24,68); }
td.TdClassName
{
border-color: #EB1844;
}
.TagClassName
{
border-color: #EB1844;
}
</style>