Shades of Crimson #EB163E
Tints of Crimson #EB163E
RGB
CMYK
RGB Variations
Color information
#EB163E (or 0xEB163E) is known color: Crimson. HEX triplet: EB, 16 and 3E. RGB value is (235,22,62). Sum of RGB (Red+Green+Blue) = 235+22+62=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB163E is #14E9C1. Grayscale: #5A5A5A. Windows color (decimal): -1370562 or 4069099. OLE color: 4069099.
HSL color Cylindrical-coordinate representation of color #EB163E: hue angle of 348.73º 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 #EB163E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 62 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.08 |
| HSL | 348.73º | 0.84% | 0.5% | - |
| HSV(B) | 348.73º | 0.91% | 0.92% | - |
| XYZ | 35.42 | 18.58 | 6.28 | - |
| YUV | 90.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 62 | 0 | 0.91 | 0.74 | 0.08 | 348.73 | 0.84 | 0.5 |
| Hex | EB | 16 | 3E | 0 | 5B | 4A | 8 | 15D | 54 | 32 |
| Octal | 353 | 26 | 76 | 0 | 133 | 112 | 10 | 535 | 124 | 62 |
| Binary | 11101011 | 10110 | 111110 | 0 | 1011011 | 1001010 | 1000 | 101011101 | 1010100 | 110010 |
Color Harmonies of #EB163E
Complementary color
Monochromatic Colors of #EB163E
Black with #EB163E
Text Example
Text Example
White with #EB163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB163E; }
p { color: rgb(235,22,62); }
H1.HeaderClassName
{
color: #EB163E;
}
.AnyTagClassName
{
color: #EB163E;
}
</style>
background-color css
<style>
a { background-color: #EB163E; }
a { background-color: rgb(235,22,62); }
div.DivClassName
{
background-color: #EB163E;
}
.BgClassName
{
background-color: #EB163E;
}
</style>
border-color css
<style>
span { border-color: #EB163E; }
span { border-color: rgb(235,22,62); }
td.TdClassName
{
border-color: #EB163E;
}
.TagClassName
{
border-color: #EB163E;
}
</style>