Shades of Crimson #ED0F46
Tints of Crimson #ED0F46
RGB
CMYK
RGB Variations
Color information
#ED0F46 (or 0xED0F46) is known color: Crimson. HEX triplet: ED, 0F and 46. RGB value is (237,15,70). Sum of RGB (Red+Green+Blue) = 237+15+70=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F46 is #12F0B9. Grayscale: #575757. Windows color (decimal): -1241274 or 4591597. OLE color: 4591597.
HSL color Cylindrical-coordinate representation of color #ED0F46: hue angle of 345.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F46 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 70 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.07 |
| HSL | 345.14º | 0.88% | 0.49% | - |
| HSV(B) | 345.14º | 0.94% | 0.93% | - |
| XYZ | 36.2 | 18.79 | 7.51 | - |
| YUV | 87.65 | 118.05 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 70 | 0 | 0.94 | 0.70 | 0.07 | 345.14 | 0.88 | 0.49 |
| Hex | ED | F | 46 | 0 | 5E | 46 | 7 | 159 | 58 | 31 |
| Octal | 355 | 17 | 106 | 0 | 136 | 106 | 7 | 531 | 130 | 61 |
| Binary | 11101101 | 1111 | 1000110 | 0 | 1011110 | 1000110 | 111 | 101011001 | 1011000 | 110001 |
Color Harmonies of #ED0F46
Complementary color
Monochromatic Colors of #ED0F46
Black with #ED0F46
Text Example
Text Example
White with #ED0F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F46; }
p { color: rgb(237,15,70); }
H1.HeaderClassName
{
color: #ED0F46;
}
.AnyTagClassName
{
color: #ED0F46;
}
</style>
background-color css
<style>
a { background-color: #ED0F46; }
a { background-color: rgb(237,15,70); }
div.DivClassName
{
background-color: #ED0F46;
}
.BgClassName
{
background-color: #ED0F46;
}
</style>
border-color css
<style>
span { border-color: #ED0F46; }
span { border-color: rgb(237,15,70); }
td.TdClassName
{
border-color: #ED0F46;
}
.TagClassName
{
border-color: #ED0F46;
}
</style>