Shades of Alizarin #F2282D
Tints of Alizarin #F2282D
RGB
CMYK
RGB Variations
Color information
#F2282D (or 0xF2282D) is known color: Alizarin. HEX triplet: F2, 28 and 2D. RGB value is (242,40,45). Sum of RGB (Red+Green+Blue) = 242+40+45=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2282D is #0DD7D2. Grayscale: #656565. Windows color (decimal): -907219 or 2959602. OLE color: 2959602.
HSL color Cylindrical-coordinate representation of color #F2282D: hue angle of 358.51º 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 #F2282D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.05 |
| HSL | 358.51º | 0.89% | 0.55% | - |
| HSV(B) | 358.51º | 0.83% | 0.95% | - |
| XYZ | 37.85 | 20.58 | 4.46 | - |
| YUV | 100.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 45 | 0 | 0.83 | 0.81 | 0.05 | 358.51 | 0.89 | 0.55 |
| Hex | F2 | 28 | 2D | 0 | 53 | 51 | 5 | 167 | 59 | 37 |
| Octal | 362 | 50 | 55 | 0 | 123 | 121 | 5 | 547 | 131 | 67 |
| Binary | 11110010 | 101000 | 101101 | 0 | 1010011 | 1010001 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F2282D
Complementary color
Monochromatic Colors of #F2282D
Black with #F2282D
Text Example
Text Example
White with #F2282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2282D; }
p { color: rgb(242,40,45); }
H1.HeaderClassName
{
color: #F2282D;
}
.AnyTagClassName
{
color: #F2282D;
}
</style>
background-color css
<style>
a { background-color: #F2282D; }
a { background-color: rgb(242,40,45); }
div.DivClassName
{
background-color: #F2282D;
}
.BgClassName
{
background-color: #F2282D;
}
</style>
border-color css
<style>
span { border-color: #F2282D; }
span { border-color: rgb(242,40,45); }
td.TdClassName
{
border-color: #F2282D;
}
.TagClassName
{
border-color: #F2282D;
}
</style>