Shades of Alizarin #F22130
Tints of Alizarin #F22130
RGB
CMYK
RGB Variations
Color information
#F22130 (or 0xF22130) is known color: Alizarin. HEX triplet: F2, 21 and 30. RGB value is (242,33,48). Sum of RGB (Red+Green+Blue) = 242+33+48=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F22130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22130 is #0DDECF. Grayscale: #616161. Windows color (decimal): -909008 or 3154418. OLE color: 3154418.
HSL color Cylindrical-coordinate representation of color #F22130: hue angle of 355.69º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22130 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 48 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.05 |
| HSL | 355.69º | 0.89% | 0.54% | - |
| HSV(B) | 355.69º | 0.86% | 0.95% | - |
| XYZ | 37.7 | 20.18 | 4.7 | - |
| YUV | 97.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 48 | 0 | 0.86 | 0.80 | 0.05 | 355.69 | 0.89 | 0.54 |
| Hex | F2 | 21 | 30 | 0 | 56 | 50 | 5 | 164 | 59 | 36 |
| Octal | 362 | 41 | 60 | 0 | 126 | 120 | 5 | 544 | 131 | 66 |
| Binary | 11110010 | 100001 | 110000 | 0 | 1010110 | 1010000 | 101 | 101100100 | 1011001 | 110110 |
Color Harmonies of #F22130
Complementary color
Monochromatic Colors of #F22130
Black with #F22130
Text Example
Text Example
White with #F22130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22130; }
p { color: rgb(242,33,48); }
H1.HeaderClassName
{
color: #F22130;
}
.AnyTagClassName
{
color: #F22130;
}
</style>
background-color css
<style>
a { background-color: #F22130; }
a { background-color: rgb(242,33,48); }
div.DivClassName
{
background-color: #F22130;
}
.BgClassName
{
background-color: #F22130;
}
</style>
border-color css
<style>
span { border-color: #F22130; }
span { border-color: rgb(242,33,48); }
td.TdClassName
{
border-color: #F22130;
}
.TagClassName
{
border-color: #F22130;
}
</style>