Shades of Crimson #EB103D
Tints of Crimson #EB103D
RGB
CMYK
RGB Variations
Color information
#EB103D (or 0xEB103D) is known color: Crimson. HEX triplet: EB, 10 and 3D. RGB value is (235,16,61). Sum of RGB (Red+Green+Blue) = 235+16+61=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB103D is #14EFC2. Grayscale: #565656. Windows color (decimal): -1372099 or 4002027. OLE color: 4002027.
HSL color Cylindrical-coordinate representation of color #EB103D: hue angle of 347.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB103D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.08 |
| HSL | 347.67º | 0.87% | 0.49% | - |
| HSV(B) | 347.67º | 0.93% | 0.92% | - |
| XYZ | 35.29 | 18.37 | 6.1 | - |
| YUV | 86.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 61 | 0 | 0.93 | 0.74 | 0.08 | 347.67 | 0.87 | 0.49 |
| Hex | EB | 10 | 3D | 0 | 5D | 4A | 8 | 15C | 57 | 31 |
| Octal | 353 | 20 | 75 | 0 | 135 | 112 | 10 | 534 | 127 | 61 |
| Binary | 11101011 | 10000 | 111101 | 0 | 1011101 | 1001010 | 1000 | 101011100 | 1010111 | 110001 |
Color Harmonies of #EB103D
Complementary color
Monochromatic Colors of #EB103D
Black with #EB103D
Text Example
Text Example
White with #EB103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB103D; }
p { color: rgb(235,16,61); }
H1.HeaderClassName
{
color: #EB103D;
}
.AnyTagClassName
{
color: #EB103D;
}
</style>
background-color css
<style>
a { background-color: #EB103D; }
a { background-color: rgb(235,16,61); }
div.DivClassName
{
background-color: #EB103D;
}
.BgClassName
{
background-color: #EB103D;
}
</style>
border-color css
<style>
span { border-color: #EB103D; }
span { border-color: rgb(235,16,61); }
td.TdClassName
{
border-color: #EB103D;
}
.TagClassName
{
border-color: #EB103D;
}
</style>