Shades of Alizarin #F23941
Tints of Alizarin #F23941
RGB
CMYK
RGB Variations
Color information
#F23941 (or 0xF23941) is known color: Alizarin. HEX triplet: F2, 39 and 41. RGB value is (242,57,65). Sum of RGB (Red+Green+Blue) = 242+57+65=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F23941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23941 is #0DC6BE. Grayscale: #717171. Windows color (decimal): -902847 or 4274674. OLE color: 4274674.
HSL color Cylindrical-coordinate representation of color #F23941: hue angle of 357.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23941 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 65 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.05 |
| HSL | 357.41º | 0.88% | 0.59% | - |
| HSV(B) | 357.41º | 0.76% | 0.95% | - |
| XYZ | 39.04 | 22.19 | 7.23 | - |
| YUV | 113.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 65 | 0 | 0.76 | 0.73 | 0.05 | 357.41 | 0.88 | 0.59 |
| Hex | F2 | 39 | 41 | 0 | 4C | 49 | 5 | 165 | 58 | 3B |
| Octal | 362 | 71 | 101 | 0 | 114 | 111 | 5 | 545 | 130 | 73 |
| Binary | 11110010 | 111001 | 1000001 | 0 | 1001100 | 1001001 | 101 | 101100101 | 1011000 | 111011 |
Color Harmonies of #F23941
Complementary color
Monochromatic Colors of #F23941
Black with #F23941
Text Example
Text Example
White with #F23941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23941; }
p { color: rgb(242,57,65); }
H1.HeaderClassName
{
color: #F23941;
}
.AnyTagClassName
{
color: #F23941;
}
</style>
background-color css
<style>
a { background-color: #F23941; }
a { background-color: rgb(242,57,65); }
div.DivClassName
{
background-color: #F23941;
}
.BgClassName
{
background-color: #F23941;
}
</style>
border-color css
<style>
span { border-color: #F23941; }
span { border-color: rgb(242,57,65); }
td.TdClassName
{
border-color: #F23941;
}
.TagClassName
{
border-color: #F23941;
}
</style>