Shades of Alizarin #ED333F
Tints of Alizarin #ED333F
RGB
CMYK
RGB Variations
Color information
#ED333F (or 0xED333F) is known color: Alizarin. HEX triplet: ED, 33 and 3F. RGB value is (237,51,63). Sum of RGB (Red+Green+Blue) = 237+51+63=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED333F is #12CCC0. Grayscale: #6C6C6C. Windows color (decimal): -1232065 or 4142061. OLE color: 4142061.
HSL color Cylindrical-coordinate representation of color #ED333F: hue angle of 356.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED333F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 63 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.07 |
| HSL | 356.13º | 0.84% | 0.56% | - |
| HSV(B) | 356.13º | 0.78% | 0.93% | - |
| XYZ | 37.01 | 20.73 | 6.75 | - |
| YUV | 107.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 63 | 0 | 0.78 | 0.73 | 0.07 | 356.13 | 0.84 | 0.56 |
| Hex | ED | 33 | 3F | 0 | 4E | 49 | 7 | 164 | 54 | 38 |
| Octal | 355 | 63 | 77 | 0 | 116 | 111 | 7 | 544 | 124 | 70 |
| Binary | 11101101 | 110011 | 111111 | 0 | 1001110 | 1001001 | 111 | 101100100 | 1010100 | 111000 |
Color Harmonies of #ED333F
Complementary color
Monochromatic Colors of #ED333F
Black with #ED333F
Text Example
Text Example
White with #ED333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED333F; }
p { color: rgb(237,51,63); }
H1.HeaderClassName
{
color: #ED333F;
}
.AnyTagClassName
{
color: #ED333F;
}
</style>
background-color css
<style>
a { background-color: #ED333F; }
a { background-color: rgb(237,51,63); }
div.DivClassName
{
background-color: #ED333F;
}
.BgClassName
{
background-color: #ED333F;
}
</style>
border-color css
<style>
span { border-color: #ED333F; }
span { border-color: rgb(237,51,63); }
td.TdClassName
{
border-color: #ED333F;
}
.TagClassName
{
border-color: #ED333F;
}
</style>