Shades of Crimson #ED163B
Tints of Crimson #ED163B
RGB
CMYK
RGB Variations
Color information
#ED163B (or 0xED163B) is known color: Crimson. HEX triplet: ED, 16 and 3B. RGB value is (237,22,59). Sum of RGB (Red+Green+Blue) = 237+22+59=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED163B is #12E9C4. Grayscale: #5A5A5A. Windows color (decimal): -1239493 or 3872493. OLE color: 3872493.
HSL color Cylindrical-coordinate representation of color #ED163B: hue angle of 349.67º 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 #ED163B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 59 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.07 |
| HSL | 349.67º | 0.86% | 0.51% | - |
| HSV(B) | 349.67º | 0.91% | 0.93% | - |
| XYZ | 36 | 18.89 | 5.89 | - |
| YUV | 90.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 59 | 0 | 0.91 | 0.75 | 0.07 | 349.67 | 0.86 | 0.51 |
| Hex | ED | 16 | 3B | 0 | 5B | 4B | 7 | 15E | 56 | 33 |
| Octal | 355 | 26 | 73 | 0 | 133 | 113 | 7 | 536 | 126 | 63 |
| Binary | 11101101 | 10110 | 111011 | 0 | 1011011 | 1001011 | 111 | 101011110 | 1010110 | 110011 |
Color Harmonies of #ED163B
Complementary color
Monochromatic Colors of #ED163B
Black with #ED163B
Text Example
Text Example
White with #ED163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED163B; }
p { color: rgb(237,22,59); }
H1.HeaderClassName
{
color: #ED163B;
}
.AnyTagClassName
{
color: #ED163B;
}
</style>
background-color css
<style>
a { background-color: #ED163B; }
a { background-color: rgb(237,22,59); }
div.DivClassName
{
background-color: #ED163B;
}
.BgClassName
{
background-color: #ED163B;
}
</style>
border-color css
<style>
span { border-color: #ED163B; }
span { border-color: rgb(237,22,59); }
td.TdClassName
{
border-color: #ED163B;
}
.TagClassName
{
border-color: #ED163B;
}
</style>