Shades of Alizarin #F22535
Tints of Alizarin #F22535
RGB
CMYK
RGB Variations
Color information
#F22535 (or 0xF22535) is known color: Alizarin. HEX triplet: F2, 25 and 35. RGB value is (242,37,53). Sum of RGB (Red+Green+Blue) = 242+37+53=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F22535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22535 is #0DDACA. Grayscale: #646464. Windows color (decimal): -907979 or 3483122. OLE color: 3483122.
HSL color Cylindrical-coordinate representation of color #F22535: hue angle of 355.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22535 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 53 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.05 |
| HSL | 355.32º | 0.89% | 0.55% | - |
| HSV(B) | 355.32º | 0.85% | 0.95% | - |
| XYZ | 37.92 | 20.46 | 5.32 | - |
| YUV | 100.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 53 | 0 | 0.85 | 0.78 | 0.05 | 355.32 | 0.89 | 0.55 |
| Hex | F2 | 25 | 35 | 0 | 55 | 4E | 5 | 163 | 59 | 37 |
| Octal | 362 | 45 | 65 | 0 | 125 | 116 | 5 | 543 | 131 | 67 |
| Binary | 11110010 | 100101 | 110101 | 0 | 1010101 | 1001110 | 101 | 101100011 | 1011001 | 110111 |
Color Harmonies of #F22535
Complementary color
Monochromatic Colors of #F22535
Black with #F22535
Text Example
Text Example
White with #F22535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22535; }
p { color: rgb(242,37,53); }
H1.HeaderClassName
{
color: #F22535;
}
.AnyTagClassName
{
color: #F22535;
}
</style>
background-color css
<style>
a { background-color: #F22535; }
a { background-color: rgb(242,37,53); }
div.DivClassName
{
background-color: #F22535;
}
.BgClassName
{
background-color: #F22535;
}
</style>
border-color css
<style>
span { border-color: #F22535; }
span { border-color: rgb(242,37,53); }
td.TdClassName
{
border-color: #F22535;
}
.TagClassName
{
border-color: #F22535;
}
</style>