Shades of Alizarin #F22D3B
Tints of Alizarin #F22D3B
RGB
CMYK
RGB Variations
Color information
#F22D3B (or 0xF22D3B) is known color: Alizarin. HEX triplet: F2, 2D and 3B. RGB value is (242,45,59). Sum of RGB (Red+Green+Blue) = 242+45+59=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D3B is #0DD2C4. Grayscale: #696969. Windows color (decimal): -905925 or 3878386. OLE color: 3878386.
HSL color Cylindrical-coordinate representation of color #F22D3B: hue angle of 355.74º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D3B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 59 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.05 |
| HSL | 355.74º | 0.88% | 0.56% | - |
| HSV(B) | 355.74º | 0.81% | 0.95% | - |
| XYZ | 38.35 | 21.07 | 6.18 | - |
| YUV | 105.5 | 101.77 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 59 | 0 | 0.81 | 0.76 | 0.05 | 355.74 | 0.88 | 0.56 |
| Hex | F2 | 2D | 3B | 0 | 51 | 4C | 5 | 164 | 58 | 38 |
| Octal | 362 | 55 | 73 | 0 | 121 | 114 | 5 | 544 | 130 | 70 |
| Binary | 11110010 | 101101 | 111011 | 0 | 1010001 | 1001100 | 101 | 101100100 | 1011000 | 111000 |
Color Harmonies of #F22D3B
Complementary color
Monochromatic Colors of #F22D3B
Black with #F22D3B
Text Example
Text Example
White with #F22D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D3B; }
p { color: rgb(242,45,59); }
H1.HeaderClassName
{
color: #F22D3B;
}
.AnyTagClassName
{
color: #F22D3B;
}
</style>
background-color css
<style>
a { background-color: #F22D3B; }
a { background-color: rgb(242,45,59); }
div.DivClassName
{
background-color: #F22D3B;
}
.BgClassName
{
background-color: #F22D3B;
}
</style>
border-color css
<style>
span { border-color: #F22D3B; }
span { border-color: rgb(242,45,59); }
td.TdClassName
{
border-color: #F22D3B;
}
.TagClassName
{
border-color: #F22D3B;
}
</style>