Shades of Crimson #EB154C
Tints of Crimson #EB154C
RGB
CMYK
RGB Variations
Color information
#EB154C (or 0xEB154C) is known color: Crimson. HEX triplet: EB, 15 and 4C. RGB value is (235,21,76). Sum of RGB (Red+Green+Blue) = 235+21+76=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB154C is #14EAB3. Grayscale: #5B5B5B. Windows color (decimal): -1370804 or 4986347. OLE color: 4986347.
HSL color Cylindrical-coordinate representation of color #EB154C: hue angle of 344.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB154C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.08 |
| HSL | 344.58º | 0.84% | 0.5% | - |
| HSV(B) | 344.58º | 0.91% | 0.92% | - |
| XYZ | 35.83 | 18.72 | 8.56 | - |
| YUV | 91.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 76 | 0 | 0.91 | 0.68 | 0.08 | 344.58 | 0.84 | 0.5 |
| Hex | EB | 15 | 4C | 0 | 5B | 44 | 8 | 159 | 54 | 32 |
| Octal | 353 | 25 | 114 | 0 | 133 | 104 | 10 | 531 | 124 | 62 |
| Binary | 11101011 | 10101 | 1001100 | 0 | 1011011 | 1000100 | 1000 | 101011001 | 1010100 | 110010 |
Color Harmonies of #EB154C
Complementary color
Monochromatic Colors of #EB154C
Black with #EB154C
Text Example
Text Example
White with #EB154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB154C; }
p { color: rgb(235,21,76); }
H1.HeaderClassName
{
color: #EB154C;
}
.AnyTagClassName
{
color: #EB154C;
}
</style>
background-color css
<style>
a { background-color: #EB154C; }
a { background-color: rgb(235,21,76); }
div.DivClassName
{
background-color: #EB154C;
}
.BgClassName
{
background-color: #EB154C;
}
</style>
border-color css
<style>
span { border-color: #EB154C; }
span { border-color: rgb(235,21,76); }
td.TdClassName
{
border-color: #EB154C;
}
.TagClassName
{
border-color: #EB154C;
}
</style>