Shades of Alizarin #F2373B
Tints of Alizarin #F2373B
RGB
CMYK
RGB Variations
Color information
#F2373B (or 0xF2373B) is known color: Alizarin. HEX triplet: F2, 37 and 3B. RGB value is (242,55,59). Sum of RGB (Red+Green+Blue) = 242+55+59=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2373B is #0DC8C4. Grayscale: #6F6F6F. Windows color (decimal): -903365 or 3880946. OLE color: 3880946.
HSL color Cylindrical-coordinate representation of color #F2373B: hue angle of 358.72º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2373B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 59 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.05 |
| HSL | 358.72º | 0.88% | 0.58% | - |
| HSV(B) | 358.72º | 0.77% | 0.95% | - |
| XYZ | 38.77 | 21.93 | 6.33 | - |
| YUV | 111.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 59 | 0 | 0.77 | 0.76 | 0.05 | 358.72 | 0.88 | 0.58 |
| Hex | F2 | 37 | 3B | 0 | 4D | 4C | 5 | 167 | 58 | 3A |
| Octal | 362 | 67 | 73 | 0 | 115 | 114 | 5 | 547 | 130 | 72 |
| Binary | 11110010 | 110111 | 111011 | 0 | 1001101 | 1001100 | 101 | 101100111 | 1011000 | 111010 |
Color Harmonies of #F2373B
Complementary color
Monochromatic Colors of #F2373B
Black with #F2373B
Text Example
Text Example
White with #F2373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2373B; }
p { color: rgb(242,55,59); }
H1.HeaderClassName
{
color: #F2373B;
}
.AnyTagClassName
{
color: #F2373B;
}
</style>
background-color css
<style>
a { background-color: #F2373B; }
a { background-color: rgb(242,55,59); }
div.DivClassName
{
background-color: #F2373B;
}
.BgClassName
{
background-color: #F2373B;
}
</style>
border-color css
<style>
span { border-color: #F2373B; }
span { border-color: rgb(242,55,59); }
td.TdClassName
{
border-color: #F2373B;
}
.TagClassName
{
border-color: #F2373B;
}
</style>