Shades of Alizarin #F2282A
Tints of Alizarin #F2282A
RGB
CMYK
RGB Variations
Color information
#F2282A (or 0xF2282A) is known color: Alizarin. HEX triplet: F2, 28 and 2A. RGB value is (242,40,42). Sum of RGB (Red+Green+Blue) = 242+40+42=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2282A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2282A is #0DD7D5. Grayscale: #646464. Windows color (decimal): -907222 or 2762994. OLE color: 2762994.
HSL color Cylindrical-coordinate representation of color #F2282A: hue angle of 359.41º 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 #F2282A is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 42 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.05 |
| HSL | 359.41º | 0.89% | 0.55% | - |
| HSV(B) | 359.41º | 0.83% | 0.95% | - |
| XYZ | 37.79 | 20.56 | 4.17 | - |
| YUV | 100.63 | 94.92 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 42 | 0 | 0.83 | 0.83 | 0.05 | 359.41 | 0.89 | 0.55 |
| Hex | F2 | 28 | 2A | 0 | 53 | 53 | 5 | 167 | 59 | 37 |
| Octal | 362 | 50 | 52 | 0 | 123 | 123 | 5 | 547 | 131 | 67 |
| Binary | 11110010 | 101000 | 101010 | 0 | 1010011 | 1010011 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F2282A
Complementary color
Monochromatic Colors of #F2282A
Black with #F2282A
Text Example
Text Example
White with #F2282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2282A; }
p { color: rgb(242,40,42); }
H1.HeaderClassName
{
color: #F2282A;
}
.AnyTagClassName
{
color: #F2282A;
}
</style>
background-color css
<style>
a { background-color: #F2282A; }
a { background-color: rgb(242,40,42); }
div.DivClassName
{
background-color: #F2282A;
}
.BgClassName
{
background-color: #F2282A;
}
</style>
border-color css
<style>
span { border-color: #F2282A; }
span { border-color: rgb(242,40,42); }
td.TdClassName
{
border-color: #F2282A;
}
.TagClassName
{
border-color: #F2282A;
}
</style>