Shades of Crimson #EE143D
Tints of Crimson #EE143D
RGB
CMYK
RGB Variations
Color information
#EE143D (or 0xEE143D) is known color: Crimson. HEX triplet: EE, 14 and 3D. RGB value is (238,20,61). Sum of RGB (Red+Green+Blue) = 238+20+61=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE143D is #11EBC2. Grayscale: #595959. Windows color (decimal): -1174467 or 4003054. OLE color: 4003054.
HSL color Cylindrical-coordinate representation of color #EE143D: hue angle of 348.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE143D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.07 |
| HSL | 348.72º | 0.87% | 0.51% | - |
| HSV(B) | 348.72º | 0.92% | 0.93% | - |
| XYZ | 36.35 | 19.01 | 6.17 | - |
| YUV | 89.86 | 111.72 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 61 | 0 | 0.92 | 0.74 | 0.07 | 348.72 | 0.87 | 0.51 |
| Hex | EE | 14 | 3D | 0 | 5C | 4A | 7 | 15D | 57 | 33 |
| Octal | 356 | 24 | 75 | 0 | 134 | 112 | 7 | 535 | 127 | 63 |
| Binary | 11101110 | 10100 | 111101 | 0 | 1011100 | 1001010 | 111 | 101011101 | 1010111 | 110011 |
Color Harmonies of #EE143D
Complementary color
Monochromatic Colors of #EE143D
Black with #EE143D
Text Example
Text Example
White with #EE143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE143D; }
p { color: rgb(238,20,61); }
H1.HeaderClassName
{
color: #EE143D;
}
.AnyTagClassName
{
color: #EE143D;
}
</style>
background-color css
<style>
a { background-color: #EE143D; }
a { background-color: rgb(238,20,61); }
div.DivClassName
{
background-color: #EE143D;
}
.BgClassName
{
background-color: #EE143D;
}
</style>
border-color css
<style>
span { border-color: #EE143D; }
span { border-color: rgb(238,20,61); }
td.TdClassName
{
border-color: #EE143D;
}
.TagClassName
{
border-color: #EE143D;
}
</style>