Shades of Alizarin #ED383F
Tints of Alizarin #ED383F
RGB
CMYK
RGB Variations
Color information
#ED383F (or 0xED383F) is known color: Alizarin. HEX triplet: ED, 38 and 3F. RGB value is (237,56,63). Sum of RGB (Red+Green+Blue) = 237+56+63=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED383F is #12C7C0. Grayscale: #6F6F6F. Windows color (decimal): -1230785 or 4143341. OLE color: 4143341.
HSL color Cylindrical-coordinate representation of color #ED383F: hue angle of 357.68º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED383F is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 63 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.07 |
| HSL | 357.68º | 0.83% | 0.57% | - |
| HSV(B) | 357.68º | 0.76% | 0.93% | - |
| XYZ | 37.24 | 21.19 | 6.83 | - |
| YUV | 110.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 63 | 0 | 0.76 | 0.73 | 0.07 | 357.68 | 0.83 | 0.57 |
| Hex | ED | 38 | 3F | 0 | 4C | 49 | 7 | 166 | 53 | 39 |
| Octal | 355 | 70 | 77 | 0 | 114 | 111 | 7 | 546 | 123 | 71 |
| Binary | 11101101 | 111000 | 111111 | 0 | 1001100 | 1001001 | 111 | 101100110 | 1010011 | 111001 |
Color Harmonies of #ED383F
Complementary color
Monochromatic Colors of #ED383F
Black with #ED383F
Text Example
Text Example
White with #ED383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED383F; }
p { color: rgb(237,56,63); }
H1.HeaderClassName
{
color: #ED383F;
}
.AnyTagClassName
{
color: #ED383F;
}
</style>
background-color css
<style>
a { background-color: #ED383F; }
a { background-color: rgb(237,56,63); }
div.DivClassName
{
background-color: #ED383F;
}
.BgClassName
{
background-color: #ED383F;
}
</style>
border-color css
<style>
span { border-color: #ED383F; }
span { border-color: rgb(237,56,63); }
td.TdClassName
{
border-color: #ED383F;
}
.TagClassName
{
border-color: #ED383F;
}
</style>