Shades of Crimson #ED0843
Tints of Crimson #ED0843
RGB
CMYK
RGB Variations
Color information
#ED0843 (or 0xED0843) is known color: Crimson. HEX triplet: ED, 08 and 43. RGB value is (237,8,67). Sum of RGB (Red+Green+Blue) = 237+8+67=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0843 is #12F7BC. Grayscale: #535353. Windows color (decimal): -1243069 or 4393197. OLE color: 4393197.
HSL color Cylindrical-coordinate representation of color #ED0843: hue angle of 344.54º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0843 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 67 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.07 |
| HSL | 344.54º | 0.93% | 0.48% | - |
| HSV(B) | 344.54º | 0.97% | 0.93% | - |
| XYZ | 36.03 | 18.58 | 7 | - |
| YUV | 83.2 | 118.87 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 67 | 0 | 0.97 | 0.72 | 0.07 | 344.54 | 0.93 | 0.48 |
| Hex | ED | 8 | 43 | 0 | 61 | 48 | 7 | 159 | 5D | 30 |
| Octal | 355 | 10 | 103 | 0 | 141 | 110 | 7 | 531 | 135 | 60 |
| Binary | 11101101 | 1000 | 1000011 | 0 | 1100001 | 1001000 | 111 | 101011001 | 1011101 | 110000 |
Color Harmonies of #ED0843
Complementary color
Monochromatic Colors of #ED0843
Black with #ED0843
Text Example
Text Example
White with #ED0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0843; }
p { color: rgb(237,8,67); }
H1.HeaderClassName
{
color: #ED0843;
}
.AnyTagClassName
{
color: #ED0843;
}
</style>
background-color css
<style>
a { background-color: #ED0843; }
a { background-color: rgb(237,8,67); }
div.DivClassName
{
background-color: #ED0843;
}
.BgClassName
{
background-color: #ED0843;
}
</style>
border-color css
<style>
span { border-color: #ED0843; }
span { border-color: rgb(237,8,67); }
td.TdClassName
{
border-color: #ED0843;
}
.TagClassName
{
border-color: #ED0843;
}
</style>