Shades of Alizarin #F23541
Tints of Alizarin #F23541
RGB
CMYK
RGB Variations
Color information
#F23541 (or 0xF23541) is known color: Alizarin. HEX triplet: F2, 35 and 41. RGB value is (242,53,65). Sum of RGB (Red+Green+Blue) = 242+53+65=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F23541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23541 is #0DCABE. Grayscale: #6F6F6F. Windows color (decimal): -903871 or 4273650. OLE color: 4273650.
HSL color Cylindrical-coordinate representation of color #F23541: hue angle of 356.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23541 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 65 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.05 |
| HSL | 356.19º | 0.88% | 0.58% | - |
| HSV(B) | 356.19º | 0.78% | 0.95% | - |
| XYZ | 38.85 | 21.81 | 7.16 | - |
| YUV | 110.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 65 | 0 | 0.78 | 0.73 | 0.05 | 356.19 | 0.88 | 0.58 |
| Hex | F2 | 35 | 41 | 0 | 4E | 49 | 5 | 164 | 58 | 3A |
| Octal | 362 | 65 | 101 | 0 | 116 | 111 | 5 | 544 | 130 | 72 |
| Binary | 11110010 | 110101 | 1000001 | 0 | 1001110 | 1001001 | 101 | 101100100 | 1011000 | 111010 |
Color Harmonies of #F23541
Complementary color
Monochromatic Colors of #F23541
Black with #F23541
Text Example
Text Example
White with #F23541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23541; }
p { color: rgb(242,53,65); }
H1.HeaderClassName
{
color: #F23541;
}
.AnyTagClassName
{
color: #F23541;
}
</style>
background-color css
<style>
a { background-color: #F23541; }
a { background-color: rgb(242,53,65); }
div.DivClassName
{
background-color: #F23541;
}
.BgClassName
{
background-color: #F23541;
}
</style>
border-color css
<style>
span { border-color: #F23541; }
span { border-color: rgb(242,53,65); }
td.TdClassName
{
border-color: #F23541;
}
.TagClassName
{
border-color: #F23541;
}
</style>