Shades of Crimson #ED183D
Tints of Crimson #ED183D
RGB
CMYK
RGB Variations
Color information
#ED183D (or 0xED183D) is known color: Crimson. HEX triplet: ED, 18 and 3D. RGB value is (237,24,61). Sum of RGB (Red+Green+Blue) = 237+24+61=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED183D is #12E7C2. Grayscale: #5B5B5B. Windows color (decimal): -1238979 or 4004077. OLE color: 4004077.
HSL color Cylindrical-coordinate representation of color #ED183D: hue angle of 349.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED183D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.58º | 0.86% | 0.51% | - |
| HSV(B) | 349.58º | 0.9% | 0.93% | - |
| XYZ | 36.09 | 18.99 | 6.18 | - |
| YUV | 91.91 | 110.57 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 61 | 0 | 0.90 | 0.74 | 0.07 | 349.58 | 0.86 | 0.51 |
| Hex | ED | 18 | 3D | 0 | 5A | 4A | 7 | 15E | 56 | 33 |
| Octal | 355 | 30 | 75 | 0 | 132 | 112 | 7 | 536 | 126 | 63 |
| Binary | 11101101 | 11000 | 111101 | 0 | 1011010 | 1001010 | 111 | 101011110 | 1010110 | 110011 |
Color Harmonies of #ED183D
Complementary color
Monochromatic Colors of #ED183D
Black with #ED183D
Text Example
Text Example
White with #ED183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED183D; }
p { color: rgb(237,24,61); }
H1.HeaderClassName
{
color: #ED183D;
}
.AnyTagClassName
{
color: #ED183D;
}
</style>
background-color css
<style>
a { background-color: #ED183D; }
a { background-color: rgb(237,24,61); }
div.DivClassName
{
background-color: #ED183D;
}
.BgClassName
{
background-color: #ED183D;
}
</style>
border-color css
<style>
span { border-color: #ED183D; }
span { border-color: rgb(237,24,61); }
td.TdClassName
{
border-color: #ED183D;
}
.TagClassName
{
border-color: #ED183D;
}
</style>