Shades of Crimson #ED0F3C
Tints of Crimson #ED0F3C
RGB
CMYK
RGB Variations
Color information
#ED0F3C (or 0xED0F3C) is known color: Crimson. HEX triplet: ED, 0F and 3C. RGB value is (237,15,60). Sum of RGB (Red+Green+Blue) = 237+15+60=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F3C is #12F0C3. Grayscale: #565656. Windows color (decimal): -1241284 or 3936237. OLE color: 3936237.
HSL color Cylindrical-coordinate representation of color #ED0F3C: hue angle of 347.84º 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 #ED0F3C is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 60 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.07 |
| HSL | 347.84º | 0.88% | 0.49% | - |
| HSV(B) | 347.84º | 0.94% | 0.93% | - |
| XYZ | 35.91 | 18.67 | 5.99 | - |
| YUV | 86.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 60 | 0 | 0.94 | 0.75 | 0.07 | 347.84 | 0.88 | 0.49 |
| Hex | ED | F | 3C | 0 | 5E | 4B | 7 | 15C | 58 | 31 |
| Octal | 355 | 17 | 74 | 0 | 136 | 113 | 7 | 534 | 130 | 61 |
| Binary | 11101101 | 1111 | 111100 | 0 | 1011110 | 1001011 | 111 | 101011100 | 1011000 | 110001 |
Color Harmonies of #ED0F3C
Complementary color
Monochromatic Colors of #ED0F3C
Black with #ED0F3C
Text Example
Text Example
White with #ED0F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F3C; }
p { color: rgb(237,15,60); }
H1.HeaderClassName
{
color: #ED0F3C;
}
.AnyTagClassName
{
color: #ED0F3C;
}
</style>
background-color css
<style>
a { background-color: #ED0F3C; }
a { background-color: rgb(237,15,60); }
div.DivClassName
{
background-color: #ED0F3C;
}
.BgClassName
{
background-color: #ED0F3C;
}
</style>
border-color css
<style>
span { border-color: #ED0F3C; }
span { border-color: rgb(237,15,60); }
td.TdClassName
{
border-color: #ED0F3C;
}
.TagClassName
{
border-color: #ED0F3C;
}
</style>