Shades of Crimson #ED153D
Tints of Crimson #ED153D
RGB
CMYK
RGB Variations
Color information
#ED153D (or 0xED153D) is known color: Crimson. HEX triplet: ED, 15 and 3D. RGB value is (237,21,61). Sum of RGB (Red+Green+Blue) = 237+21+61=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED153D is #12EAC2. Grayscale: #5A5A5A. Windows color (decimal): -1239747 or 4003309. OLE color: 4003309.
HSL color Cylindrical-coordinate representation of color #ED153D: hue angle of 348.89º 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 #ED153D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.07 |
| HSL | 348.89º | 0.86% | 0.51% | - |
| HSV(B) | 348.89º | 0.91% | 0.93% | - |
| XYZ | 36.04 | 18.88 | 6.16 | - |
| YUV | 90.14 | 111.56 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 61 | 0 | 0.91 | 0.74 | 0.07 | 348.89 | 0.86 | 0.51 |
| Hex | ED | 15 | 3D | 0 | 5B | 4A | 7 | 15D | 56 | 33 |
| Octal | 355 | 25 | 75 | 0 | 133 | 112 | 7 | 535 | 126 | 63 |
| Binary | 11101101 | 10101 | 111101 | 0 | 1011011 | 1001010 | 111 | 101011101 | 1010110 | 110011 |
Color Harmonies of #ED153D
Complementary color
Monochromatic Colors of #ED153D
Black with #ED153D
Text Example
Text Example
White with #ED153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED153D; }
p { color: rgb(237,21,61); }
H1.HeaderClassName
{
color: #ED153D;
}
.AnyTagClassName
{
color: #ED153D;
}
</style>
background-color css
<style>
a { background-color: #ED153D; }
a { background-color: rgb(237,21,61); }
div.DivClassName
{
background-color: #ED153D;
}
.BgClassName
{
background-color: #ED153D;
}
</style>
border-color css
<style>
span { border-color: #ED153D; }
span { border-color: rgb(237,21,61); }
td.TdClassName
{
border-color: #ED153D;
}
.TagClassName
{
border-color: #ED153D;
}
</style>