Shades of Crimson #EE154B
Tints of Crimson #EE154B
RGB
CMYK
RGB Variations
Color information
#EE154B (or 0xEE154B) is known color: Crimson. HEX triplet: EE, 15 and 4B. RGB value is (238,21,75). Sum of RGB (Red+Green+Blue) = 238+21+75=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE154B is #11EAB4. Grayscale: #5C5C5C. Windows color (decimal): -1174197 or 4920814. OLE color: 4920814.
HSL color Cylindrical-coordinate representation of color #EE154B: hue angle of 345.07º 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 #EE154B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 345.07º | 0.86% | 0.51% | - |
| HSV(B) | 345.07º | 0.91% | 0.93% | - |
| XYZ | 36.8 | 19.22 | 8.43 | - |
| YUV | 92.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 75 | 0 | 0.91 | 0.68 | 0.07 | 345.07 | 0.86 | 0.51 |
| Hex | EE | 15 | 4B | 0 | 5B | 44 | 7 | 159 | 56 | 33 |
| Octal | 356 | 25 | 113 | 0 | 133 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101110 | 10101 | 1001011 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #EE154B
Complementary color
Monochromatic Colors of #EE154B
Black with #EE154B
Text Example
Text Example
White with #EE154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE154B; }
p { color: rgb(238,21,75); }
H1.HeaderClassName
{
color: #EE154B;
}
.AnyTagClassName
{
color: #EE154B;
}
</style>
background-color css
<style>
a { background-color: #EE154B; }
a { background-color: rgb(238,21,75); }
div.DivClassName
{
background-color: #EE154B;
}
.BgClassName
{
background-color: #EE154B;
}
</style>
border-color css
<style>
span { border-color: #EE154B; }
span { border-color: rgb(238,21,75); }
td.TdClassName
{
border-color: #EE154B;
}
.TagClassName
{
border-color: #EE154B;
}
</style>