Shades of Crimson #EE1746
Tints of Crimson #EE1746
RGB
CMYK
RGB Variations
Color information
#EE1746 (or 0xEE1746) is known color: Crimson. HEX triplet: EE, 17 and 46. RGB value is (238,23,70). Sum of RGB (Red+Green+Blue) = 238+23+70=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1746 is #11E8B9. Grayscale: #5C5C5C. Windows color (decimal): -1173690 or 4593646. OLE color: 4593646.
HSL color Cylindrical-coordinate representation of color #EE1746: hue angle of 346.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1746 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 70 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.07 |
| HSL | 346.88º | 0.86% | 0.51% | - |
| HSV(B) | 346.88º | 0.9% | 0.93% | - |
| XYZ | 36.67 | 19.23 | 7.57 | - |
| YUV | 92.64 | 115.23 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 70 | 0 | 0.90 | 0.71 | 0.07 | 346.88 | 0.86 | 0.51 |
| Hex | EE | 17 | 46 | 0 | 5A | 47 | 7 | 15B | 56 | 33 |
| Octal | 356 | 27 | 106 | 0 | 132 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101110 | 10111 | 1000110 | 0 | 1011010 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #EE1746
Complementary color
Monochromatic Colors of #EE1746
Black with #EE1746
Text Example
Text Example
White with #EE1746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1746; }
p { color: rgb(238,23,70); }
H1.HeaderClassName
{
color: #EE1746;
}
.AnyTagClassName
{
color: #EE1746;
}
</style>
background-color css
<style>
a { background-color: #EE1746; }
a { background-color: rgb(238,23,70); }
div.DivClassName
{
background-color: #EE1746;
}
.BgClassName
{
background-color: #EE1746;
}
</style>
border-color css
<style>
span { border-color: #EE1746; }
span { border-color: rgb(238,23,70); }
td.TdClassName
{
border-color: #EE1746;
}
.TagClassName
{
border-color: #EE1746;
}
</style>