Shades of Alizarin #F12735
Tints of Alizarin #F12735
RGB
CMYK
RGB Variations
Color information
#F12735 (or 0xF12735) is known color: Alizarin. HEX triplet: F1, 27 and 35. RGB value is (241,39,53). Sum of RGB (Red+Green+Blue) = 241+39+53=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12735 is #0ED8CA. Grayscale: #656565. Windows color (decimal): -973003 or 3483633. OLE color: 3483633.
HSL color Cylindrical-coordinate representation of color #F12735: hue angle of 355.84º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12735 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 53 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.05 |
| HSL | 355.84º | 0.88% | 0.55% | - |
| HSV(B) | 355.84º | 0.84% | 0.95% | - |
| XYZ | 37.64 | 20.41 | 5.32 | - |
| YUV | 100.99 | 100.92 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 53 | 0 | 0.84 | 0.78 | 0.05 | 355.84 | 0.88 | 0.55 |
| Hex | F1 | 27 | 35 | 0 | 54 | 4E | 5 | 164 | 58 | 37 |
| Octal | 361 | 47 | 65 | 0 | 124 | 116 | 5 | 544 | 130 | 67 |
| Binary | 11110001 | 100111 | 110101 | 0 | 1010100 | 1001110 | 101 | 101100100 | 1011000 | 110111 |
Color Harmonies of #F12735
Complementary color
Monochromatic Colors of #F12735
Black with #F12735
Text Example
Text Example
White with #F12735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12735; }
p { color: rgb(241,39,53); }
H1.HeaderClassName
{
color: #F12735;
}
.AnyTagClassName
{
color: #F12735;
}
</style>
background-color css
<style>
a { background-color: #F12735; }
a { background-color: rgb(241,39,53); }
div.DivClassName
{
background-color: #F12735;
}
.BgClassName
{
background-color: #F12735;
}
</style>
border-color css
<style>
span { border-color: #F12735; }
span { border-color: rgb(241,39,53); }
td.TdClassName
{
border-color: #F12735;
}
.TagClassName
{
border-color: #F12735;
}
</style>