Shades of Crimson #ED154B
Tints of Crimson #ED154B
RGB
CMYK
RGB Variations
Color information
#ED154B (or 0xED154B) is known color: Crimson. HEX triplet: ED, 15 and 4B. RGB value is (237,21,75). Sum of RGB (Red+Green+Blue) = 237+21+75=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED154B is #12EAB4. Grayscale: #5B5B5B. Windows color (decimal): -1239733 or 4920813. OLE color: 4920813.
HSL color Cylindrical-coordinate representation of color #ED154B: hue angle of 345º 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 #ED154B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 345º | 0.86% | 0.51% | - |
| HSV(B) | 345º | 0.91% | 0.93% | - |
| XYZ | 36.46 | 19.05 | 8.41 | - |
| YUV | 91.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 75 | 0 | 0.91 | 0.68 | 0.07 | 345 | 0.86 | 0.51 |
| Hex | ED | 15 | 4B | 0 | 5B | 44 | 7 | 159 | 56 | 33 |
| Octal | 355 | 25 | 113 | 0 | 133 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101101 | 10101 | 1001011 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #ED154B
Complementary color
Monochromatic Colors of #ED154B
Black with #ED154B
Text Example
Text Example
White with #ED154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED154B; }
p { color: rgb(237,21,75); }
H1.HeaderClassName
{
color: #ED154B;
}
.AnyTagClassName
{
color: #ED154B;
}
</style>
background-color css
<style>
a { background-color: #ED154B; }
a { background-color: rgb(237,21,75); }
div.DivClassName
{
background-color: #ED154B;
}
.BgClassName
{
background-color: #ED154B;
}
</style>
border-color css
<style>
span { border-color: #ED154B; }
span { border-color: rgb(237,21,75); }
td.TdClassName
{
border-color: #ED154B;
}
.TagClassName
{
border-color: #ED154B;
}
</style>