Shades of Crimson #EF1445
Tints of Crimson #EF1445
RGB
CMYK
RGB Variations
Color information
#EF1445 (or 0xEF1445) is known color: Crimson. HEX triplet: EF, 14 and 45. RGB value is (239,20,69). Sum of RGB (Red+Green+Blue) = 239+20+69=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1445 is #10EBBA. Grayscale: #5B5B5B. Windows color (decimal): -1108923 or 4527343. OLE color: 4527343.
HSL color Cylindrical-coordinate representation of color #EF1445: hue angle of 346.58º 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 #EF1445 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 69 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.06 |
| HSL | 346.58º | 0.87% | 0.51% | - |
| HSV(B) | 346.58º | 0.92% | 0.94% | - |
| XYZ | 36.92 | 19.28 | 7.41 | - |
| YUV | 91.07 | 115.55 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 69 | 0 | 0.92 | 0.71 | 0.06 | 346.58 | 0.87 | 0.51 |
| Hex | EF | 14 | 45 | 0 | 5C | 47 | 6 | 15B | 57 | 33 |
| Octal | 357 | 24 | 105 | 0 | 134 | 107 | 6 | 533 | 127 | 63 |
| Binary | 11101111 | 10100 | 1000101 | 0 | 1011100 | 1000111 | 110 | 101011011 | 1010111 | 110011 |
Color Harmonies of #EF1445
Complementary color
Monochromatic Colors of #EF1445
Black with #EF1445
Text Example
Text Example
White with #EF1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1445; }
p { color: rgb(239,20,69); }
H1.HeaderClassName
{
color: #EF1445;
}
.AnyTagClassName
{
color: #EF1445;
}
</style>
background-color css
<style>
a { background-color: #EF1445; }
a { background-color: rgb(239,20,69); }
div.DivClassName
{
background-color: #EF1445;
}
.BgClassName
{
background-color: #EF1445;
}
</style>
border-color css
<style>
span { border-color: #EF1445; }
span { border-color: rgb(239,20,69); }
td.TdClassName
{
border-color: #EF1445;
}
.TagClassName
{
border-color: #EF1445;
}
</style>