Shades of Alizarin #F22430
Tints of Alizarin #F22430
RGB
CMYK
RGB Variations
Color information
#F22430 (or 0xF22430) is known color: Alizarin. HEX triplet: F2, 24 and 30. RGB value is (242,36,48). Sum of RGB (Red+Green+Blue) = 242+36+48=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F22430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22430 is #0DDBCF. Grayscale: #636363. Windows color (decimal): -908240 or 3155186. OLE color: 3155186.
HSL color Cylindrical-coordinate representation of color #F22430: hue angle of 356.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22430 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 48 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.05 |
| HSL | 356.5º | 0.89% | 0.55% | - |
| HSV(B) | 356.5º | 0.85% | 0.95% | - |
| XYZ | 37.78 | 20.35 | 4.73 | - |
| YUV | 98.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 48 | 0 | 0.85 | 0.80 | 0.05 | 356.5 | 0.89 | 0.55 |
| Hex | F2 | 24 | 30 | 0 | 55 | 50 | 5 | 165 | 59 | 37 |
| Octal | 362 | 44 | 60 | 0 | 125 | 120 | 5 | 545 | 131 | 67 |
| Binary | 11110010 | 100100 | 110000 | 0 | 1010101 | 1010000 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F22430
Complementary color
Monochromatic Colors of #F22430
Black with #F22430
Text Example
Text Example
White with #F22430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22430; }
p { color: rgb(242,36,48); }
H1.HeaderClassName
{
color: #F22430;
}
.AnyTagClassName
{
color: #F22430;
}
</style>
background-color css
<style>
a { background-color: #F22430; }
a { background-color: rgb(242,36,48); }
div.DivClassName
{
background-color: #F22430;
}
.BgClassName
{
background-color: #F22430;
}
</style>
border-color css
<style>
span { border-color: #F22430; }
span { border-color: rgb(242,36,48); }
td.TdClassName
{
border-color: #F22430;
}
.TagClassName
{
border-color: #F22430;
}
</style>