Shades of Crimson #EF1645
Tints of Crimson #EF1645
RGB
CMYK
RGB Variations
Color information
#EF1645 (or 0xEF1645) is known color: Crimson. HEX triplet: EF, 16 and 45. RGB value is (239,22,69). Sum of RGB (Red+Green+Blue) = 239+22+69=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1645 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1645 is #10E9BA. Grayscale: #5C5C5C. Windows color (decimal): -1108411 or 4527855. OLE color: 4527855.
HSL color Cylindrical-coordinate representation of color #EF1645: hue angle of 347º 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 #EF1645 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 69 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.06 |
| HSL | 347º | 0.87% | 0.51% | - |
| HSV(B) | 347º | 0.91% | 0.94% | - |
| XYZ | 36.96 | 19.35 | 7.42 | - |
| YUV | 92.24 | 114.89 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 69 | 0 | 0.91 | 0.71 | 0.06 | 347 | 0.87 | 0.51 |
| Hex | EF | 16 | 45 | 0 | 5B | 47 | 6 | 15B | 57 | 33 |
| Octal | 357 | 26 | 105 | 0 | 133 | 107 | 6 | 533 | 127 | 63 |
| Binary | 11101111 | 10110 | 1000101 | 0 | 1011011 | 1000111 | 110 | 101011011 | 1010111 | 110011 |
Color Harmonies of #EF1645
Complementary color
Monochromatic Colors of #EF1645
Black with #EF1645
Text Example
Text Example
White with #EF1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1645; }
p { color: rgb(239,22,69); }
H1.HeaderClassName
{
color: #EF1645;
}
.AnyTagClassName
{
color: #EF1645;
}
</style>
background-color css
<style>
a { background-color: #EF1645; }
a { background-color: rgb(239,22,69); }
div.DivClassName
{
background-color: #EF1645;
}
.BgClassName
{
background-color: #EF1645;
}
</style>
border-color css
<style>
span { border-color: #EF1645; }
span { border-color: rgb(239,22,69); }
td.TdClassName
{
border-color: #EF1645;
}
.TagClassName
{
border-color: #EF1645;
}
</style>