Shades of Crimson #EE144A
Tints of Crimson #EE144A
RGB
CMYK
RGB Variations
Color information
#EE144A (or 0xEE144A) is known color: Crimson. HEX triplet: EE, 14 and 4A. RGB value is (238,20,74). Sum of RGB (Red+Green+Blue) = 238+20+74=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE144A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE144A is #11EBB5. Grayscale: #5B5B5B. Windows color (decimal): -1174454 or 4855022. OLE color: 4855022.
HSL color Cylindrical-coordinate representation of color #EE144A: hue angle of 345.14º 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 #EE144A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 74 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.07 |
| HSL | 345.14º | 0.87% | 0.51% | - |
| HSV(B) | 345.14º | 0.92% | 0.93% | - |
| XYZ | 36.75 | 19.17 | 8.24 | - |
| YUV | 91.34 | 118.22 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 74 | 0 | 0.92 | 0.69 | 0.07 | 345.14 | 0.87 | 0.51 |
| Hex | EE | 14 | 4A | 0 | 5C | 45 | 7 | 159 | 57 | 33 |
| Octal | 356 | 24 | 112 | 0 | 134 | 105 | 7 | 531 | 127 | 63 |
| Binary | 11101110 | 10100 | 1001010 | 0 | 1011100 | 1000101 | 111 | 101011001 | 1010111 | 110011 |
Color Harmonies of #EE144A
Complementary color
Monochromatic Colors of #EE144A
Black with #EE144A
Text Example
Text Example
White with #EE144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE144A; }
p { color: rgb(238,20,74); }
H1.HeaderClassName
{
color: #EE144A;
}
.AnyTagClassName
{
color: #EE144A;
}
</style>
background-color css
<style>
a { background-color: #EE144A; }
a { background-color: rgb(238,20,74); }
div.DivClassName
{
background-color: #EE144A;
}
.BgClassName
{
background-color: #EE144A;
}
</style>
border-color css
<style>
span { border-color: #EE144A; }
span { border-color: rgb(238,20,74); }
td.TdClassName
{
border-color: #EE144A;
}
.TagClassName
{
border-color: #EE144A;
}
</style>