Shades of Crimson #EF154A
Tints of Crimson #EF154A
RGB
CMYK
RGB Variations
Color information
#EF154A (or 0xEF154A) is known color: Crimson. HEX triplet: EF, 15 and 4A. RGB value is (239,21,74). Sum of RGB (Red+Green+Blue) = 239+21+74=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF154A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF154A is #10EAB5. Grayscale: #5C5C5C. Windows color (decimal): -1108662 or 4855279. OLE color: 4855279.
HSL color Cylindrical-coordinate representation of color #EF154A: hue angle of 345.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF154A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 74 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.06 |
| HSL | 345.41º | 0.87% | 0.51% | - |
| HSV(B) | 345.41º | 0.91% | 0.94% | - |
| XYZ | 37.1 | 19.38 | 8.26 | - |
| YUV | 92.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 74 | 0 | 0.91 | 0.69 | 0.06 | 345.41 | 0.87 | 0.51 |
| Hex | EF | 15 | 4A | 0 | 5B | 45 | 6 | 159 | 57 | 33 |
| Octal | 357 | 25 | 112 | 0 | 133 | 105 | 6 | 531 | 127 | 63 |
| Binary | 11101111 | 10101 | 1001010 | 0 | 1011011 | 1000101 | 110 | 101011001 | 1010111 | 110011 |
Color Harmonies of #EF154A
Complementary color
Monochromatic Colors of #EF154A
Black with #EF154A
Text Example
Text Example
White with #EF154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF154A; }
p { color: rgb(239,21,74); }
H1.HeaderClassName
{
color: #EF154A;
}
.AnyTagClassName
{
color: #EF154A;
}
</style>
background-color css
<style>
a { background-color: #EF154A; }
a { background-color: rgb(239,21,74); }
div.DivClassName
{
background-color: #EF154A;
}
.BgClassName
{
background-color: #EF154A;
}
</style>
border-color css
<style>
span { border-color: #EF154A; }
span { border-color: rgb(239,21,74); }
td.TdClassName
{
border-color: #EF154A;
}
.TagClassName
{
border-color: #EF154A;
}
</style>