Shades of Crimson #EF1045
Tints of Crimson #EF1045
RGB
CMYK
RGB Variations
Color information
#EF1045 (or 0xEF1045) is known color: Crimson. HEX triplet: EF, 10 and 45. RGB value is (239,16,69). Sum of RGB (Red+Green+Blue) = 239+16+69=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1045 is #10EFBA. Grayscale: #585858. Windows color (decimal): -1109947 or 4526319. OLE color: 4526319.
HSL color Cylindrical-coordinate representation of color #EF1045: hue angle of 345.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1045 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.06 |
| HSL | 345.74º | 0.87% | 0.5% | - |
| HSV(B) | 345.74º | 0.93% | 0.94% | - |
| XYZ | 36.86 | 19.15 | 7.38 | - |
| YUV | 88.72 | 116.88 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 69 | 0 | 0.93 | 0.71 | 0.06 | 345.74 | 0.87 | 0.5 |
| Hex | EF | 10 | 45 | 0 | 5D | 47 | 6 | 15A | 57 | 32 |
| Octal | 357 | 20 | 105 | 0 | 135 | 107 | 6 | 532 | 127 | 62 |
| Binary | 11101111 | 10000 | 1000101 | 0 | 1011101 | 1000111 | 110 | 101011010 | 1010111 | 110010 |
Color Harmonies of #EF1045
Complementary color
Monochromatic Colors of #EF1045
Black with #EF1045
Text Example
Text Example
White with #EF1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1045; }
p { color: rgb(239,16,69); }
H1.HeaderClassName
{
color: #EF1045;
}
.AnyTagClassName
{
color: #EF1045;
}
</style>
background-color css
<style>
a { background-color: #EF1045; }
a { background-color: rgb(239,16,69); }
div.DivClassName
{
background-color: #EF1045;
}
.BgClassName
{
background-color: #EF1045;
}
</style>
border-color css
<style>
span { border-color: #EF1045; }
span { border-color: rgb(239,16,69); }
td.TdClassName
{
border-color: #EF1045;
}
.TagClassName
{
border-color: #EF1045;
}
</style>