Shades of Crimson #ED1545
Tints of Crimson #ED1545
RGB
CMYK
RGB Variations
Color information
#ED1545 (or 0xED1545) is known color: Crimson. HEX triplet: ED, 15 and 45. RGB value is (237,21,69). Sum of RGB (Red+Green+Blue) = 237+21+69=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1545 is #12EABA. Grayscale: #5B5B5B. Windows color (decimal): -1239739 or 4527597. OLE color: 4527597.
HSL color Cylindrical-coordinate representation of color #ED1545: hue angle of 346.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1545 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 69 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.07 |
| HSL | 346.67º | 0.86% | 0.51% | - |
| HSV(B) | 346.67º | 0.91% | 0.93% | - |
| XYZ | 36.27 | 18.97 | 7.38 | - |
| YUV | 91.06 | 115.56 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 69 | 0 | 0.91 | 0.71 | 0.07 | 346.67 | 0.86 | 0.51 |
| Hex | ED | 15 | 45 | 0 | 5B | 47 | 7 | 15B | 56 | 33 |
| Octal | 355 | 25 | 105 | 0 | 133 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101101 | 10101 | 1000101 | 0 | 1011011 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #ED1545
Complementary color
Monochromatic Colors of #ED1545
Black with #ED1545
Text Example
Text Example
White with #ED1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1545; }
p { color: rgb(237,21,69); }
H1.HeaderClassName
{
color: #ED1545;
}
.AnyTagClassName
{
color: #ED1545;
}
</style>
background-color css
<style>
a { background-color: #ED1545; }
a { background-color: rgb(237,21,69); }
div.DivClassName
{
background-color: #ED1545;
}
.BgClassName
{
background-color: #ED1545;
}
</style>
border-color css
<style>
span { border-color: #ED1545; }
span { border-color: rgb(237,21,69); }
td.TdClassName
{
border-color: #ED1545;
}
.TagClassName
{
border-color: #ED1545;
}
</style>