Shades of Crimson #EE143E
Tints of Crimson #EE143E
RGB
CMYK
RGB Variations
Color information
#EE143E (or 0xEE143E) is known color: Crimson. HEX triplet: EE, 14 and 3E. RGB value is (238,20,62). Sum of RGB (Red+Green+Blue) = 238+20+62=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE143E is #11EBC1. Grayscale: #5A5A5A. Windows color (decimal): -1174466 or 4068590. OLE color: 4068590.
HSL color Cylindrical-coordinate representation of color #EE143E: hue angle of 348.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE143E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 62 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.07 |
| HSL | 348.44º | 0.87% | 0.51% | - |
| HSV(B) | 348.44º | 0.92% | 0.93% | - |
| XYZ | 36.38 | 19.03 | 6.31 | - |
| YUV | 89.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 62 | 0 | 0.92 | 0.74 | 0.07 | 348.44 | 0.87 | 0.51 |
| Hex | EE | 14 | 3E | 0 | 5C | 4A | 7 | 15C | 57 | 33 |
| Octal | 356 | 24 | 76 | 0 | 134 | 112 | 7 | 534 | 127 | 63 |
| Binary | 11101110 | 10100 | 111110 | 0 | 1011100 | 1001010 | 111 | 101011100 | 1010111 | 110011 |
Color Harmonies of #EE143E
Complementary color
Monochromatic Colors of #EE143E
Black with #EE143E
Text Example
Text Example
White with #EE143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE143E; }
p { color: rgb(238,20,62); }
H1.HeaderClassName
{
color: #EE143E;
}
.AnyTagClassName
{
color: #EE143E;
}
</style>
background-color css
<style>
a { background-color: #EE143E; }
a { background-color: rgb(238,20,62); }
div.DivClassName
{
background-color: #EE143E;
}
.BgClassName
{
background-color: #EE143E;
}
</style>
border-color css
<style>
span { border-color: #EE143E; }
span { border-color: rgb(238,20,62); }
td.TdClassName
{
border-color: #EE143E;
}
.TagClassName
{
border-color: #EE143E;
}
</style>