Shades of Alizarin #F2232B
Tints of Alizarin #F2232B
RGB
CMYK
RGB Variations
Color information
#F2232B (or 0xF2232B) is known color: Alizarin. HEX triplet: F2, 23 and 2B. RGB value is (242,35,43). Sum of RGB (Red+Green+Blue) = 242+35+43=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2232B is #0DDCD4. Grayscale: #616161. Windows color (decimal): -908501 or 2827250. OLE color: 2827250.
HSL color Cylindrical-coordinate representation of color #F2232B: hue angle of 357.68º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2232B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 43 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.05 |
| HSL | 357.68º | 0.89% | 0.54% | - |
| HSV(B) | 357.68º | 0.86% | 0.95% | - |
| XYZ | 37.66 | 20.25 | 4.21 | - |
| YUV | 97.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 43 | 0 | 0.86 | 0.82 | 0.05 | 357.68 | 0.89 | 0.54 |
| Hex | F2 | 23 | 2B | 0 | 56 | 52 | 5 | 166 | 59 | 36 |
| Octal | 362 | 43 | 53 | 0 | 126 | 122 | 5 | 546 | 131 | 66 |
| Binary | 11110010 | 100011 | 101011 | 0 | 1010110 | 1010010 | 101 | 101100110 | 1011001 | 110110 |
Color Harmonies of #F2232B
Complementary color
Monochromatic Colors of #F2232B
Black with #F2232B
Text Example
Text Example
White with #F2232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2232B; }
p { color: rgb(242,35,43); }
H1.HeaderClassName
{
color: #F2232B;
}
.AnyTagClassName
{
color: #F2232B;
}
</style>
background-color css
<style>
a { background-color: #F2232B; }
a { background-color: rgb(242,35,43); }
div.DivClassName
{
background-color: #F2232B;
}
.BgClassName
{
background-color: #F2232B;
}
</style>
border-color css
<style>
span { border-color: #F2232B; }
span { border-color: rgb(242,35,43); }
td.TdClassName
{
border-color: #F2232B;
}
.TagClassName
{
border-color: #F2232B;
}
</style>