Shades of Alizarin #F22627
Tints of Alizarin #F22627
RGB
CMYK
RGB Variations
Color information
#F22627 (or 0xF22627) is known color: Alizarin. HEX triplet: F2, 26 and 27. RGB value is (242,38,39). Sum of RGB (Red+Green+Blue) = 242+38+39=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F22627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22627 is #0DD9D8. Grayscale: #636363. Windows color (decimal): -907737 or 2565874. OLE color: 2565874.
HSL color Cylindrical-coordinate representation of color #F22627: hue angle of 359.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22627 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 39 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.05 |
| HSL | 359.71º | 0.89% | 0.55% | - |
| HSV(B) | 359.71º | 0.84% | 0.95% | - |
| XYZ | 37.68 | 20.41 | 3.87 | - |
| YUV | 99.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 39 | 0 | 0.84 | 0.84 | 0.05 | 359.71 | 0.89 | 0.55 |
| Hex | F2 | 26 | 27 | 0 | 54 | 54 | 5 | 168 | 59 | 37 |
| Octal | 362 | 46 | 47 | 0 | 124 | 124 | 5 | 550 | 131 | 67 |
| Binary | 11110010 | 100110 | 100111 | 0 | 1010100 | 1010100 | 101 | 101101000 | 1011001 | 110111 |
Color Harmonies of #F22627
Complementary color
Monochromatic Colors of #F22627
Black with #F22627
Text Example
Text Example
White with #F22627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22627; }
p { color: rgb(242,38,39); }
H1.HeaderClassName
{
color: #F22627;
}
.AnyTagClassName
{
color: #F22627;
}
</style>
background-color css
<style>
a { background-color: #F22627; }
a { background-color: rgb(242,38,39); }
div.DivClassName
{
background-color: #F22627;
}
.BgClassName
{
background-color: #F22627;
}
</style>
border-color css
<style>
span { border-color: #F22627; }
span { border-color: rgb(242,38,39); }
td.TdClassName
{
border-color: #F22627;
}
.TagClassName
{
border-color: #F22627;
}
</style>