Shades of Crimson #EF1945
Tints of Crimson #EF1945
RGB
CMYK
RGB Variations
Color information
#EF1945 (or 0xEF1945) is known color: Crimson. HEX triplet: EF, 19 and 45. RGB value is (239,25,69). Sum of RGB (Red+Green+Blue) = 239+25+69=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1945 is #10E6BA. Grayscale: #5E5E5E. Windows color (decimal): -1107643 or 4528623. OLE color: 4528623.
HSL color Cylindrical-coordinate representation of color #EF1945: hue angle of 347.66º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1945 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 69 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.06 |
| HSL | 347.66º | 0.87% | 0.52% | - |
| HSV(B) | 347.66º | 0.9% | 0.94% | - |
| XYZ | 37.02 | 19.48 | 7.44 | - |
| YUV | 94 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 69 | 0 | 0.90 | 0.71 | 0.06 | 347.66 | 0.87 | 0.52 |
| Hex | EF | 19 | 45 | 0 | 5A | 47 | 6 | 15C | 57 | 34 |
| Octal | 357 | 31 | 105 | 0 | 132 | 107 | 6 | 534 | 127 | 64 |
| Binary | 11101111 | 11001 | 1000101 | 0 | 1011010 | 1000111 | 110 | 101011100 | 1010111 | 110100 |
Color Harmonies of #EF1945
Complementary color
Monochromatic Colors of #EF1945
Black with #EF1945
Text Example
Text Example
White with #EF1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1945; }
p { color: rgb(239,25,69); }
H1.HeaderClassName
{
color: #EF1945;
}
.AnyTagClassName
{
color: #EF1945;
}
</style>
background-color css
<style>
a { background-color: #EF1945; }
a { background-color: rgb(239,25,69); }
div.DivClassName
{
background-color: #EF1945;
}
.BgClassName
{
background-color: #EF1945;
}
</style>
border-color css
<style>
span { border-color: #EF1945; }
span { border-color: rgb(239,25,69); }
td.TdClassName
{
border-color: #EF1945;
}
.TagClassName
{
border-color: #EF1945;
}
</style>