Shades of Alizarin #F22C33
Tints of Alizarin #F22C33
RGB
CMYK
RGB Variations
Color information
#F22C33 (or 0xF22C33) is known color: Alizarin. HEX triplet: F2, 2C and 33. RGB value is (242,44,51). Sum of RGB (Red+Green+Blue) = 242+44+51=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C33 is #0DD3CC. Grayscale: #686868. Windows color (decimal): -906189 or 3353842. OLE color: 3353842.
HSL color Cylindrical-coordinate representation of color #F22C33: hue angle of 357.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C33 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 51 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.05 |
| HSL | 357.88º | 0.88% | 0.56% | - |
| HSV(B) | 357.88º | 0.82% | 0.95% | - |
| XYZ | 38.12 | 20.92 | 5.16 | - |
| YUV | 104 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 51 | 0 | 0.82 | 0.79 | 0.05 | 357.88 | 0.88 | 0.56 |
| Hex | F2 | 2C | 33 | 0 | 52 | 4F | 5 | 166 | 58 | 38 |
| Octal | 362 | 54 | 63 | 0 | 122 | 117 | 5 | 546 | 130 | 70 |
| Binary | 11110010 | 101100 | 110011 | 0 | 1010010 | 1001111 | 101 | 101100110 | 1011000 | 111000 |
Color Harmonies of #F22C33
Complementary color
Monochromatic Colors of #F22C33
Black with #F22C33
Text Example
Text Example
White with #F22C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C33; }
p { color: rgb(242,44,51); }
H1.HeaderClassName
{
color: #F22C33;
}
.AnyTagClassName
{
color: #F22C33;
}
</style>
background-color css
<style>
a { background-color: #F22C33; }
a { background-color: rgb(242,44,51); }
div.DivClassName
{
background-color: #F22C33;
}
.BgClassName
{
background-color: #F22C33;
}
</style>
border-color css
<style>
span { border-color: #F22C33; }
span { border-color: rgb(242,44,51); }
td.TdClassName
{
border-color: #F22C33;
}
.TagClassName
{
border-color: #F22C33;
}
</style>