Shades of Crimson #EB053C
Tints of Crimson #EB053C
RGB
CMYK
RGB Variations
Color information
#EB053C (or 0xEB053C) is known color: Crimson. HEX triplet: EB, 05 and 3C. RGB value is (235,5,60). Sum of RGB (Red+Green+Blue) = 235+5+60=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB053C is #14FAC3. Grayscale: #505050. Windows color (decimal): -1374916 or 3933675. OLE color: 3933675.
HSL color Cylindrical-coordinate representation of color #EB053C: hue angle of 345.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB053C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.08 |
| HSL | 345.65º | 0.96% | 0.47% | - |
| HSV(B) | 345.65º | 0.98% | 0.92% | - |
| XYZ | 35.13 | 18.1 | 5.92 | - |
| YUV | 80.04 | 116.7 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 5 | 60 | 0 | 0.98 | 0.74 | 0.08 | 345.65 | 0.96 | 0.47 |
| Hex | EB | 5 | 3C | 0 | 62 | 4A | 8 | 15A | 60 | 2F |
| Octal | 353 | 5 | 74 | 0 | 142 | 112 | 10 | 532 | 140 | 57 |
| Binary | 11101011 | 101 | 111100 | 0 | 1100010 | 1001010 | 1000 | 101011010 | 1100000 | 101111 |
Color Harmonies of #EB053C
Complementary color
Monochromatic Colors of #EB053C
Black with #EB053C
Text Example
Text Example
White with #EB053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB053C; }
p { color: rgb(235,5,60); }
H1.HeaderClassName
{
color: #EB053C;
}
.AnyTagClassName
{
color: #EB053C;
}
</style>
background-color css
<style>
a { background-color: #EB053C; }
a { background-color: rgb(235,5,60); }
div.DivClassName
{
background-color: #EB053C;
}
.BgClassName
{
background-color: #EB053C;
}
</style>
border-color css
<style>
span { border-color: #EB053C; }
span { border-color: rgb(235,5,60); }
td.TdClassName
{
border-color: #EB053C;
}
.TagClassName
{
border-color: #EB053C;
}
</style>