Shades of Alizarin #F22633
Tints of Alizarin #F22633
RGB
CMYK
RGB Variations
Color information
#F22633 (or 0xF22633) is known color: Alizarin. HEX triplet: F2, 26 and 33. RGB value is (242,38,51). Sum of RGB (Red+Green+Blue) = 242+38+51=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F22633 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22633 is #0DD9CC. Grayscale: #646464. Windows color (decimal): -907725 or 3352306. OLE color: 3352306.
HSL color Cylindrical-coordinate representation of color #F22633: hue angle of 356.18º 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 #F22633 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 51 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.05 |
| HSL | 356.18º | 0.89% | 0.55% | - |
| HSV(B) | 356.18º | 0.84% | 0.95% | - |
| XYZ | 37.91 | 20.5 | 5.09 | - |
| YUV | 100.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 51 | 0 | 0.84 | 0.79 | 0.05 | 356.18 | 0.89 | 0.55 |
| Hex | F2 | 26 | 33 | 0 | 54 | 4F | 5 | 164 | 59 | 37 |
| Octal | 362 | 46 | 63 | 0 | 124 | 117 | 5 | 544 | 131 | 67 |
| Binary | 11110010 | 100110 | 110011 | 0 | 1010100 | 1001111 | 101 | 101100100 | 1011001 | 110111 |
Color Harmonies of #F22633
Complementary color
Monochromatic Colors of #F22633
Black with #F22633
Text Example
Text Example
White with #F22633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22633; }
p { color: rgb(242,38,51); }
H1.HeaderClassName
{
color: #F22633;
}
.AnyTagClassName
{
color: #F22633;
}
</style>
background-color css
<style>
a { background-color: #F22633; }
a { background-color: rgb(242,38,51); }
div.DivClassName
{
background-color: #F22633;
}
.BgClassName
{
background-color: #F22633;
}
</style>
border-color css
<style>
span { border-color: #F22633; }
span { border-color: rgb(242,38,51); }
td.TdClassName
{
border-color: #F22633;
}
.TagClassName
{
border-color: #F22633;
}
</style>