Shades of Crimson #EB123D
Tints of Crimson #EB123D
RGB
CMYK
RGB Variations
Color information
#EB123D (or 0xEB123D) is known color: Crimson. HEX triplet: EB, 12 and 3D. RGB value is (235,18,61). Sum of RGB (Red+Green+Blue) = 235+18+61=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB123D is #14EDC2. Grayscale: #575757. Windows color (decimal): -1371587 or 4002539. OLE color: 4002539.
HSL color Cylindrical-coordinate representation of color #EB123D: hue angle of 348.11º degrees, saturation: 0.86, 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 #EB123D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.08 |
| HSL | 348.11º | 0.86% | 0.5% | - |
| HSV(B) | 348.11º | 0.92% | 0.92% | - |
| XYZ | 35.32 | 18.43 | 6.11 | - |
| YUV | 87.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 61 | 0 | 0.92 | 0.74 | 0.08 | 348.11 | 0.86 | 0.5 |
| Hex | EB | 12 | 3D | 0 | 5C | 4A | 8 | 15C | 56 | 32 |
| Octal | 353 | 22 | 75 | 0 | 134 | 112 | 10 | 534 | 126 | 62 |
| Binary | 11101011 | 10010 | 111101 | 0 | 1011100 | 1001010 | 1000 | 101011100 | 1010110 | 110010 |
Color Harmonies of #EB123D
Complementary color
Monochromatic Colors of #EB123D
Black with #EB123D
Text Example
Text Example
White with #EB123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB123D; }
p { color: rgb(235,18,61); }
H1.HeaderClassName
{
color: #EB123D;
}
.AnyTagClassName
{
color: #EB123D;
}
</style>
background-color css
<style>
a { background-color: #EB123D; }
a { background-color: rgb(235,18,61); }
div.DivClassName
{
background-color: #EB123D;
}
.BgClassName
{
background-color: #EB123D;
}
</style>
border-color css
<style>
span { border-color: #EB123D; }
span { border-color: rgb(235,18,61); }
td.TdClassName
{
border-color: #EB123D;
}
.TagClassName
{
border-color: #EB123D;
}
</style>