Shades of Alizarin #F2282B
Tints of Alizarin #F2282B
RGB
CMYK
RGB Variations
Color information
#F2282B (or 0xF2282B) is known color: Alizarin. HEX triplet: F2, 28 and 2B. RGB value is (242,40,43). Sum of RGB (Red+Green+Blue) = 242+40+43=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2282B is #0DD7D4. Grayscale: #646464. Windows color (decimal): -907221 or 2828530. OLE color: 2828530.
HSL color Cylindrical-coordinate representation of color #F2282B: hue angle of 359.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2282B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.05 |
| HSL | 359.11º | 0.89% | 0.55% | - |
| HSV(B) | 359.11º | 0.83% | 0.95% | - |
| XYZ | 37.81 | 20.57 | 4.26 | - |
| YUV | 100.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 43 | 0 | 0.83 | 0.82 | 0.05 | 359.11 | 0.89 | 0.55 |
| Hex | F2 | 28 | 2B | 0 | 53 | 52 | 5 | 167 | 59 | 37 |
| Octal | 362 | 50 | 53 | 0 | 123 | 122 | 5 | 547 | 131 | 67 |
| Binary | 11110010 | 101000 | 101011 | 0 | 1010011 | 1010010 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F2282B
Complementary color
Monochromatic Colors of #F2282B
Black with #F2282B
Text Example
Text Example
White with #F2282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2282B; }
p { color: rgb(242,40,43); }
H1.HeaderClassName
{
color: #F2282B;
}
.AnyTagClassName
{
color: #F2282B;
}
</style>
background-color css
<style>
a { background-color: #F2282B; }
a { background-color: rgb(242,40,43); }
div.DivClassName
{
background-color: #F2282B;
}
.BgClassName
{
background-color: #F2282B;
}
</style>
border-color css
<style>
span { border-color: #F2282B; }
span { border-color: rgb(242,40,43); }
td.TdClassName
{
border-color: #F2282B;
}
.TagClassName
{
border-color: #F2282B;
}
</style>