Shades of Crimson #EB1345
Tints of Crimson #EB1345
RGB
CMYK
RGB Variations
Color information
#EB1345 (or 0xEB1345) is known color: Crimson. HEX triplet: EB, 13 and 45. RGB value is (235,19,69). Sum of RGB (Red+Green+Blue) = 235+19+69=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1345 is #14ECBA. Grayscale: #595959. Windows color (decimal): -1371323 or 4527083. OLE color: 4527083.
HSL color Cylindrical-coordinate representation of color #EB1345: hue angle of 346.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1345 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 69 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.08 |
| HSL | 346.11º | 0.85% | 0.5% | - |
| HSV(B) | 346.11º | 0.92% | 0.92% | - |
| XYZ | 35.57 | 18.56 | 7.34 | - |
| YUV | 89.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 69 | 0 | 0.92 | 0.71 | 0.08 | 346.11 | 0.85 | 0.5 |
| Hex | EB | 13 | 45 | 0 | 5C | 47 | 8 | 15A | 55 | 32 |
| Octal | 353 | 23 | 105 | 0 | 134 | 107 | 10 | 532 | 125 | 62 |
| Binary | 11101011 | 10011 | 1000101 | 0 | 1011100 | 1000111 | 1000 | 101011010 | 1010101 | 110010 |
Color Harmonies of #EB1345
Complementary color
Monochromatic Colors of #EB1345
Black with #EB1345
Text Example
Text Example
White with #EB1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1345; }
p { color: rgb(235,19,69); }
H1.HeaderClassName
{
color: #EB1345;
}
.AnyTagClassName
{
color: #EB1345;
}
</style>
background-color css
<style>
a { background-color: #EB1345; }
a { background-color: rgb(235,19,69); }
div.DivClassName
{
background-color: #EB1345;
}
.BgClassName
{
background-color: #EB1345;
}
</style>
border-color css
<style>
span { border-color: #EB1345; }
span { border-color: rgb(235,19,69); }
td.TdClassName
{
border-color: #EB1345;
}
.TagClassName
{
border-color: #EB1345;
}
</style>