Shades of Alizarin #ED262B
Tints of Alizarin #ED262B
RGB
CMYK
RGB Variations
Color information
#ED262B (or 0xED262B) is known color: Alizarin. HEX triplet: ED, 26 and 2B. RGB value is (237,38,43). Sum of RGB (Red+Green+Blue) = 237+38+43=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED262B is #12D9D4. Grayscale: #626262. Windows color (decimal): -1235413 or 2828013. OLE color: 2828013.
HSL color Cylindrical-coordinate representation of color #ED262B: hue angle of 358.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED262B is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 43 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.07 |
| HSL | 358.49º | 0.85% | 0.54% | - |
| HSV(B) | 358.49º | 0.84% | 0.93% | - |
| XYZ | 36.05 | 19.57 | 4.16 | - |
| YUV | 98.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 43 | 0 | 0.84 | 0.82 | 0.07 | 358.49 | 0.85 | 0.54 |
| Hex | ED | 26 | 2B | 0 | 54 | 52 | 7 | 166 | 55 | 36 |
| Octal | 355 | 46 | 53 | 0 | 124 | 122 | 7 | 546 | 125 | 66 |
| Binary | 11101101 | 100110 | 101011 | 0 | 1010100 | 1010010 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #ED262B
Complementary color
Monochromatic Colors of #ED262B
Black with #ED262B
Text Example
Text Example
White with #ED262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED262B; }
p { color: rgb(237,38,43); }
H1.HeaderClassName
{
color: #ED262B;
}
.AnyTagClassName
{
color: #ED262B;
}
</style>
background-color css
<style>
a { background-color: #ED262B; }
a { background-color: rgb(237,38,43); }
div.DivClassName
{
background-color: #ED262B;
}
.BgClassName
{
background-color: #ED262B;
}
</style>
border-color css
<style>
span { border-color: #ED262B; }
span { border-color: rgb(237,38,43); }
td.TdClassName
{
border-color: #ED262B;
}
.TagClassName
{
border-color: #ED262B;
}
</style>