Shades of Alizarin #F22829
Tints of Alizarin #F22829
RGB
CMYK
RGB Variations
Color information
#F22829 (or 0xF22829) is known color: Alizarin. HEX triplet: F2, 28 and 29. RGB value is (242,40,41). Sum of RGB (Red+Green+Blue) = 242+40+41=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F22829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22829 is #0DD7D6. Grayscale: #646464. Windows color (decimal): -907223 or 2697458. OLE color: 2697458.
HSL color Cylindrical-coordinate representation of color #F22829: hue angle of 359.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22829 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 41 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.05 |
| HSL | 359.7º | 0.89% | 0.55% | - |
| HSV(B) | 359.7º | 0.83% | 0.95% | - |
| XYZ | 37.78 | 20.55 | 4.07 | - |
| YUV | 100.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 41 | 0 | 0.83 | 0.83 | 0.05 | 359.7 | 0.89 | 0.55 |
| Hex | F2 | 28 | 29 | 0 | 53 | 53 | 5 | 168 | 59 | 37 |
| Octal | 362 | 50 | 51 | 0 | 123 | 123 | 5 | 550 | 131 | 67 |
| Binary | 11110010 | 101000 | 101001 | 0 | 1010011 | 1010011 | 101 | 101101000 | 1011001 | 110111 |
Color Harmonies of #F22829
Complementary color
Monochromatic Colors of #F22829
Black with #F22829
Text Example
Text Example
White with #F22829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22829; }
p { color: rgb(242,40,41); }
H1.HeaderClassName
{
color: #F22829;
}
.AnyTagClassName
{
color: #F22829;
}
</style>
background-color css
<style>
a { background-color: #F22829; }
a { background-color: rgb(242,40,41); }
div.DivClassName
{
background-color: #F22829;
}
.BgClassName
{
background-color: #F22829;
}
</style>
border-color css
<style>
span { border-color: #F22829; }
span { border-color: rgb(242,40,41); }
td.TdClassName
{
border-color: #F22829;
}
.TagClassName
{
border-color: #F22829;
}
</style>