Shades of Crimson #EE0B45
Tints of Crimson #EE0B45
RGB
CMYK
RGB Variations
Color information
#EE0B45 (or 0xEE0B45) is known color: Crimson. HEX triplet: EE, 0B and 45. RGB value is (238,11,69). Sum of RGB (Red+Green+Blue) = 238+11+69=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B45 is #11F4BA. Grayscale: #555555. Windows color (decimal): -1176763 or 4525038. OLE color: 4525038.
HSL color Cylindrical-coordinate representation of color #EE0B45: hue angle of 344.67º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B45 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 69 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.07 |
| HSL | 344.67º | 0.91% | 0.49% | - |
| HSV(B) | 344.67º | 0.95% | 0.93% | - |
| XYZ | 36.45 | 18.85 | 7.35 | - |
| YUV | 85.49 | 118.71 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 69 | 0 | 0.95 | 0.71 | 0.07 | 344.67 | 0.91 | 0.49 |
| Hex | EE | B | 45 | 0 | 5F | 47 | 7 | 159 | 5B | 31 |
| Octal | 356 | 13 | 105 | 0 | 137 | 107 | 7 | 531 | 133 | 61 |
| Binary | 11101110 | 1011 | 1000101 | 0 | 1011111 | 1000111 | 111 | 101011001 | 1011011 | 110001 |
Color Harmonies of #EE0B45
Complementary color
Monochromatic Colors of #EE0B45
Black with #EE0B45
Text Example
Text Example
White with #EE0B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0B45; }
p { color: rgb(238,11,69); }
H1.HeaderClassName
{
color: #EE0B45;
}
.AnyTagClassName
{
color: #EE0B45;
}
</style>
background-color css
<style>
a { background-color: #EE0B45; }
a { background-color: rgb(238,11,69); }
div.DivClassName
{
background-color: #EE0B45;
}
.BgClassName
{
background-color: #EE0B45;
}
</style>
border-color css
<style>
span { border-color: #EE0B45; }
span { border-color: rgb(238,11,69); }
td.TdClassName
{
border-color: #EE0B45;
}
.TagClassName
{
border-color: #EE0B45;
}
</style>