Shades of Crimson #EF1745
Tints of Crimson #EF1745
RGB
CMYK
RGB Variations
Color information
#EF1745 (or 0xEF1745) is known color: Crimson. HEX triplet: EF, 17 and 45. RGB value is (239,23,69). Sum of RGB (Red+Green+Blue) = 239+23+69=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1745 is #10E8BA. Grayscale: #5C5C5C. Windows color (decimal): -1108155 or 4528111. OLE color: 4528111.
HSL color Cylindrical-coordinate representation of color #EF1745: hue angle of 347.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1745 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 69 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.06 |
| HSL | 347.22º | 0.87% | 0.51% | - |
| HSV(B) | 347.22º | 0.9% | 0.94% | - |
| XYZ | 36.98 | 19.39 | 7.42 | - |
| YUV | 92.83 | 114.56 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 69 | 0 | 0.90 | 0.71 | 0.06 | 347.22 | 0.87 | 0.51 |
| Hex | EF | 17 | 45 | 0 | 5A | 47 | 6 | 15B | 57 | 33 |
| Octal | 357 | 27 | 105 | 0 | 132 | 107 | 6 | 533 | 127 | 63 |
| Binary | 11101111 | 10111 | 1000101 | 0 | 1011010 | 1000111 | 110 | 101011011 | 1010111 | 110011 |
Color Harmonies of #EF1745
Complementary color
Monochromatic Colors of #EF1745
Black with #EF1745
Text Example
Text Example
White with #EF1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1745; }
p { color: rgb(239,23,69); }
H1.HeaderClassName
{
color: #EF1745;
}
.AnyTagClassName
{
color: #EF1745;
}
</style>
background-color css
<style>
a { background-color: #EF1745; }
a { background-color: rgb(239,23,69); }
div.DivClassName
{
background-color: #EF1745;
}
.BgClassName
{
background-color: #EF1745;
}
</style>
border-color css
<style>
span { border-color: #EF1745; }
span { border-color: rgb(239,23,69); }
td.TdClassName
{
border-color: #EF1745;
}
.TagClassName
{
border-color: #EF1745;
}
</style>