Shades of Crimson #EE134B
Tints of Crimson #EE134B
RGB
CMYK
RGB Variations
Color information
#EE134B (or 0xEE134B) is known color: Crimson. HEX triplet: EE, 13 and 4B. RGB value is (238,19,75). Sum of RGB (Red+Green+Blue) = 238+19+75=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE134B is #11ECB4. Grayscale: #5A5A5A. Windows color (decimal): -1174709 or 4920302. OLE color: 4920302.
HSL color Cylindrical-coordinate representation of color #EE134B: hue angle of 344.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE134B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 75 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.07 |
| HSL | 344.66º | 0.87% | 0.5% | - |
| HSV(B) | 344.66º | 0.92% | 0.93% | - |
| XYZ | 36.76 | 19.15 | 8.42 | - |
| YUV | 90.87 | 119.05 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 75 | 0 | 0.92 | 0.68 | 0.07 | 344.66 | 0.87 | 0.5 |
| Hex | EE | 13 | 4B | 0 | 5C | 44 | 7 | 159 | 57 | 32 |
| Octal | 356 | 23 | 113 | 0 | 134 | 104 | 7 | 531 | 127 | 62 |
| Binary | 11101110 | 10011 | 1001011 | 0 | 1011100 | 1000100 | 111 | 101011001 | 1010111 | 110010 |
Color Harmonies of #EE134B
Complementary color
Monochromatic Colors of #EE134B
Black with #EE134B
Text Example
Text Example
White with #EE134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE134B; }
p { color: rgb(238,19,75); }
H1.HeaderClassName
{
color: #EE134B;
}
.AnyTagClassName
{
color: #EE134B;
}
</style>
background-color css
<style>
a { background-color: #EE134B; }
a { background-color: rgb(238,19,75); }
div.DivClassName
{
background-color: #EE134B;
}
.BgClassName
{
background-color: #EE134B;
}
</style>
border-color css
<style>
span { border-color: #EE134B; }
span { border-color: rgb(238,19,75); }
td.TdClassName
{
border-color: #EE134B;
}
.TagClassName
{
border-color: #EE134B;
}
</style>