Shades of Crimson #ED0A40
Tints of Crimson #ED0A40
RGB
CMYK
RGB Variations
Color information
#ED0A40 (or 0xED0A40) is known color: Crimson. HEX triplet: ED, 0A and 40. RGB value is (237,10,64). Sum of RGB (Red+Green+Blue) = 237+10+64=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A40 is #12F5BF. Grayscale: #545454. Windows color (decimal): -1242560 or 4197101. OLE color: 4197101.
HSL color Cylindrical-coordinate representation of color #ED0A40: hue angle of 345.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A40 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 64 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.07 |
| HSL | 345.73º | 0.92% | 0.48% | - |
| HSV(B) | 345.73º | 0.96% | 0.93% | - |
| XYZ | 35.96 | 18.59 | 6.54 | - |
| YUV | 84.03 | 116.71 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 64 | 0 | 0.96 | 0.73 | 0.07 | 345.73 | 0.92 | 0.48 |
| Hex | ED | A | 40 | 0 | 60 | 49 | 7 | 15A | 5C | 30 |
| Octal | 355 | 12 | 100 | 0 | 140 | 111 | 7 | 532 | 134 | 60 |
| Binary | 11101101 | 1010 | 1000000 | 0 | 1100000 | 1001001 | 111 | 101011010 | 1011100 | 110000 |
Color Harmonies of #ED0A40
Complementary color
Monochromatic Colors of #ED0A40
Black with #ED0A40
Text Example
Text Example
White with #ED0A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A40; }
p { color: rgb(237,10,64); }
H1.HeaderClassName
{
color: #ED0A40;
}
.AnyTagClassName
{
color: #ED0A40;
}
</style>
background-color css
<style>
a { background-color: #ED0A40; }
a { background-color: rgb(237,10,64); }
div.DivClassName
{
background-color: #ED0A40;
}
.BgClassName
{
background-color: #ED0A40;
}
</style>
border-color css
<style>
span { border-color: #ED0A40; }
span { border-color: rgb(237,10,64); }
td.TdClassName
{
border-color: #ED0A40;
}
.TagClassName
{
border-color: #ED0A40;
}
</style>