Shades of Crimson #EF1449
Tints of Crimson #EF1449
RGB
CMYK
RGB Variations
Color information
#EF1449 (or 0xEF1449) is known color: Crimson. HEX triplet: EF, 14 and 49. RGB value is (239,20,73). Sum of RGB (Red+Green+Blue) = 239+20+73=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1449 is #10EBB6. Grayscale: #5B5B5B. Windows color (decimal): -1108919 or 4789487. OLE color: 4789487.
HSL color Cylindrical-coordinate representation of color #EF1449: hue angle of 345.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1449 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 73 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.06 |
| HSL | 345.48º | 0.87% | 0.51% | - |
| HSV(B) | 345.48º | 0.92% | 0.94% | - |
| XYZ | 37.05 | 19.33 | 8.08 | - |
| YUV | 91.52 | 117.55 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 73 | 0 | 0.92 | 0.69 | 0.06 | 345.48 | 0.87 | 0.51 |
| Hex | EF | 14 | 49 | 0 | 5C | 45 | 6 | 159 | 57 | 33 |
| Octal | 357 | 24 | 111 | 0 | 134 | 105 | 6 | 531 | 127 | 63 |
| Binary | 11101111 | 10100 | 1001001 | 0 | 1011100 | 1000101 | 110 | 101011001 | 1010111 | 110011 |
Color Harmonies of #EF1449
Complementary color
Monochromatic Colors of #EF1449
Black with #EF1449
Text Example
Text Example
White with #EF1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1449; }
p { color: rgb(239,20,73); }
H1.HeaderClassName
{
color: #EF1449;
}
.AnyTagClassName
{
color: #EF1449;
}
</style>
background-color css
<style>
a { background-color: #EF1449; }
a { background-color: rgb(239,20,73); }
div.DivClassName
{
background-color: #EF1449;
}
.BgClassName
{
background-color: #EF1449;
}
</style>
border-color css
<style>
span { border-color: #EF1449; }
span { border-color: rgb(239,20,73); }
td.TdClassName
{
border-color: #EF1449;
}
.TagClassName
{
border-color: #EF1449;
}
</style>