Shades of Crimson #EE153F
Tints of Crimson #EE153F
RGB
CMYK
RGB Variations
Color information
#EE153F (or 0xEE153F) is known color: Crimson. HEX triplet: EE, 15 and 3F. RGB value is (238,21,63). Sum of RGB (Red+Green+Blue) = 238+21+63=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE153F is #11EAC0. Grayscale: #5A5A5A. Windows color (decimal): -1174209 or 4134382. OLE color: 4134382.
HSL color Cylindrical-coordinate representation of color #EE153F: hue angle of 348.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE153F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.07 |
| HSL | 348.39º | 0.86% | 0.51% | - |
| HSV(B) | 348.39º | 0.91% | 0.93% | - |
| XYZ | 36.43 | 19.07 | 6.46 | - |
| YUV | 90.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 63 | 0 | 0.91 | 0.74 | 0.07 | 348.39 | 0.86 | 0.51 |
| Hex | EE | 15 | 3F | 0 | 5B | 4A | 7 | 15C | 56 | 33 |
| Octal | 356 | 25 | 77 | 0 | 133 | 112 | 7 | 534 | 126 | 63 |
| Binary | 11101110 | 10101 | 111111 | 0 | 1011011 | 1001010 | 111 | 101011100 | 1010110 | 110011 |
Color Harmonies of #EE153F
Complementary color
Monochromatic Colors of #EE153F
Black with #EE153F
Text Example
Text Example
White with #EE153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE153F; }
p { color: rgb(238,21,63); }
H1.HeaderClassName
{
color: #EE153F;
}
.AnyTagClassName
{
color: #EE153F;
}
</style>
background-color css
<style>
a { background-color: #EE153F; }
a { background-color: rgb(238,21,63); }
div.DivClassName
{
background-color: #EE153F;
}
.BgClassName
{
background-color: #EE153F;
}
</style>
border-color css
<style>
span { border-color: #EE153F; }
span { border-color: rgb(238,21,63); }
td.TdClassName
{
border-color: #EE153F;
}
.TagClassName
{
border-color: #EE153F;
}
</style>