Shades of Crimson #EB163C
Tints of Crimson #EB163C
RGB
CMYK
RGB Variations
Color information
#EB163C (or 0xEB163C) is known color: Crimson. HEX triplet: EB, 16 and 3C. RGB value is (235,22,60). Sum of RGB (Red+Green+Blue) = 235+22+60=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB163C is #14E9C3. Grayscale: #5A5A5A. Windows color (decimal): -1370564 or 3938027. OLE color: 3938027.
HSL color Cylindrical-coordinate representation of color #EB163C: hue angle of 349.3º 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 #EB163C is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.08 |
| HSL | 349.3º | 0.84% | 0.5% | - |
| HSV(B) | 349.3º | 0.91% | 0.92% | - |
| XYZ | 35.36 | 18.56 | 5.99 | - |
| YUV | 90.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 60 | 0 | 0.91 | 0.74 | 0.08 | 349.3 | 0.84 | 0.5 |
| Hex | EB | 16 | 3C | 0 | 5B | 4A | 8 | 15D | 54 | 32 |
| Octal | 353 | 26 | 74 | 0 | 133 | 112 | 10 | 535 | 124 | 62 |
| Binary | 11101011 | 10110 | 111100 | 0 | 1011011 | 1001010 | 1000 | 101011101 | 1010100 | 110010 |
Color Harmonies of #EB163C
Complementary color
Monochromatic Colors of #EB163C
Black with #EB163C
Text Example
Text Example
White with #EB163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB163C; }
p { color: rgb(235,22,60); }
H1.HeaderClassName
{
color: #EB163C;
}
.AnyTagClassName
{
color: #EB163C;
}
</style>
background-color css
<style>
a { background-color: #EB163C; }
a { background-color: rgb(235,22,60); }
div.DivClassName
{
background-color: #EB163C;
}
.BgClassName
{
background-color: #EB163C;
}
</style>
border-color css
<style>
span { border-color: #EB163C; }
span { border-color: rgb(235,22,60); }
td.TdClassName
{
border-color: #EB163C;
}
.TagClassName
{
border-color: #EB163C;
}
</style>