Shades of Alizarin #F22630
Tints of Alizarin #F22630
RGB
CMYK
RGB Variations
Color information
#F22630 (or 0xF22630) is known color: Alizarin. HEX triplet: F2, 26 and 30. RGB value is (242,38,48). Sum of RGB (Red+Green+Blue) = 242+38+48=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F22630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22630 is #0DD9CF. Grayscale: #646464. Windows color (decimal): -907728 or 3155698. OLE color: 3155698.
HSL color Cylindrical-coordinate representation of color #F22630: hue angle of 357.06º 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 #F22630 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 48 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.05 |
| HSL | 357.06º | 0.89% | 0.55% | - |
| HSV(B) | 357.06º | 0.84% | 0.95% | - |
| XYZ | 37.84 | 20.48 | 4.75 | - |
| YUV | 100.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 48 | 0 | 0.84 | 0.80 | 0.05 | 357.06 | 0.89 | 0.55 |
| Hex | F2 | 26 | 30 | 0 | 54 | 50 | 5 | 165 | 59 | 37 |
| Octal | 362 | 46 | 60 | 0 | 124 | 120 | 5 | 545 | 131 | 67 |
| Binary | 11110010 | 100110 | 110000 | 0 | 1010100 | 1010000 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F22630
Complementary color
Monochromatic Colors of #F22630
Black with #F22630
Text Example
Text Example
White with #F22630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22630; }
p { color: rgb(242,38,48); }
H1.HeaderClassName
{
color: #F22630;
}
.AnyTagClassName
{
color: #F22630;
}
</style>
background-color css
<style>
a { background-color: #F22630; }
a { background-color: rgb(242,38,48); }
div.DivClassName
{
background-color: #F22630;
}
.BgClassName
{
background-color: #F22630;
}
</style>
border-color css
<style>
span { border-color: #F22630; }
span { border-color: rgb(242,38,48); }
td.TdClassName
{
border-color: #F22630;
}
.TagClassName
{
border-color: #F22630;
}
</style>