Shades of Alizarin #F23035
Tints of Alizarin #F23035
RGB
CMYK
RGB Variations
Color information
#F23035 (or 0xF23035) is known color: Alizarin. HEX triplet: F2, 30 and 35. RGB value is (242,48,53). Sum of RGB (Red+Green+Blue) = 242+48+53=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F23035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23035 is #0DCFCA. Grayscale: #6A6A6A. Windows color (decimal): -905163 or 3485938. OLE color: 3485938.
HSL color Cylindrical-coordinate representation of color #F23035: hue angle of 358.45º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23035 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 53 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.05 |
| HSL | 358.45º | 0.88% | 0.57% | - |
| HSV(B) | 358.45º | 0.8% | 0.95% | - |
| XYZ | 38.32 | 21.25 | 5.45 | - |
| YUV | 106.58 | 97.77 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 53 | 0 | 0.80 | 0.78 | 0.05 | 358.45 | 0.88 | 0.57 |
| Hex | F2 | 30 | 35 | 0 | 50 | 4E | 5 | 166 | 58 | 39 |
| Octal | 362 | 60 | 65 | 0 | 120 | 116 | 5 | 546 | 130 | 71 |
| Binary | 11110010 | 110000 | 110101 | 0 | 1010000 | 1001110 | 101 | 101100110 | 1011000 | 111001 |
Color Harmonies of #F23035
Complementary color
Monochromatic Colors of #F23035
Black with #F23035
Text Example
Text Example
White with #F23035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23035; }
p { color: rgb(242,48,53); }
H1.HeaderClassName
{
color: #F23035;
}
.AnyTagClassName
{
color: #F23035;
}
</style>
background-color css
<style>
a { background-color: #F23035; }
a { background-color: rgb(242,48,53); }
div.DivClassName
{
background-color: #F23035;
}
.BgClassName
{
background-color: #F23035;
}
</style>
border-color css
<style>
span { border-color: #F23035; }
span { border-color: rgb(242,48,53); }
td.TdClassName
{
border-color: #F23035;
}
.TagClassName
{
border-color: #F23035;
}
</style>