Shades of Crimson #ED133F
Tints of Crimson #ED133F
RGB
CMYK
RGB Variations
Color information
#ED133F (or 0xED133F) is known color: Crimson. HEX triplet: ED, 13 and 3F. RGB value is (237,19,63). Sum of RGB (Red+Green+Blue) = 237+19+63=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED133F is #12ECC0. Grayscale: #595959. Windows color (decimal): -1240257 or 4133869. OLE color: 4133869.
HSL color Cylindrical-coordinate representation of color #ED133F: hue angle of 347.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED133F is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.07 |
| HSL | 347.89º | 0.86% | 0.5% | - |
| HSV(B) | 347.89º | 0.92% | 0.93% | - |
| XYZ | 36.06 | 18.83 | 6.44 | - |
| YUV | 89.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 63 | 0 | 0.92 | 0.73 | 0.07 | 347.89 | 0.86 | 0.5 |
| Hex | ED | 13 | 3F | 0 | 5C | 49 | 7 | 15C | 56 | 32 |
| Octal | 355 | 23 | 77 | 0 | 134 | 111 | 7 | 534 | 126 | 62 |
| Binary | 11101101 | 10011 | 111111 | 0 | 1011100 | 1001001 | 111 | 101011100 | 1010110 | 110010 |
Color Harmonies of #ED133F
Complementary color
Monochromatic Colors of #ED133F
Black with #ED133F
Text Example
Text Example
White with #ED133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED133F; }
p { color: rgb(237,19,63); }
H1.HeaderClassName
{
color: #ED133F;
}
.AnyTagClassName
{
color: #ED133F;
}
</style>
background-color css
<style>
a { background-color: #ED133F; }
a { background-color: rgb(237,19,63); }
div.DivClassName
{
background-color: #ED133F;
}
.BgClassName
{
background-color: #ED133F;
}
</style>
border-color css
<style>
span { border-color: #ED133F; }
span { border-color: rgb(237,19,63); }
td.TdClassName
{
border-color: #ED133F;
}
.TagClassName
{
border-color: #ED133F;
}
</style>