Shades of Alizarin #F1323D
Tints of Alizarin #F1323D
RGB
CMYK
RGB Variations
Color information
#F1323D (or 0xF1323D) is known color: Alizarin. HEX triplet: F1, 32 and 3D. RGB value is (241,50,61). Sum of RGB (Red+Green+Blue) = 241+50+61=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1323D is #0ECDC2. Grayscale: #6C6C6C. Windows color (decimal): -970179 or 4010737. OLE color: 4010737.
HSL color Cylindrical-coordinate representation of color #F1323D: hue angle of 356.54º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1323D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 61 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.05 |
| HSL | 356.54º | 0.87% | 0.57% | - |
| HSV(B) | 356.54º | 0.79% | 0.95% | - |
| XYZ | 38.26 | 21.32 | 6.51 | - |
| YUV | 108.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 61 | 0 | 0.79 | 0.75 | 0.05 | 356.54 | 0.87 | 0.57 |
| Hex | F1 | 32 | 3D | 0 | 4F | 4B | 5 | 165 | 57 | 39 |
| Octal | 361 | 62 | 75 | 0 | 117 | 113 | 5 | 545 | 127 | 71 |
| Binary | 11110001 | 110010 | 111101 | 0 | 1001111 | 1001011 | 101 | 101100101 | 1010111 | 111001 |
Color Harmonies of #F1323D
Complementary color
Monochromatic Colors of #F1323D
Black with #F1323D
Text Example
Text Example
White with #F1323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1323D; }
p { color: rgb(241,50,61); }
H1.HeaderClassName
{
color: #F1323D;
}
.AnyTagClassName
{
color: #F1323D;
}
</style>
background-color css
<style>
a { background-color: #F1323D; }
a { background-color: rgb(241,50,61); }
div.DivClassName
{
background-color: #F1323D;
}
.BgClassName
{
background-color: #F1323D;
}
</style>
border-color css
<style>
span { border-color: #F1323D; }
span { border-color: rgb(241,50,61); }
td.TdClassName
{
border-color: #F1323D;
}
.TagClassName
{
border-color: #F1323D;
}
</style>