Shades of Alizarin #F1333D
Tints of Alizarin #F1333D
RGB
CMYK
RGB Variations
Color information
#F1333D (or 0xF1333D) is known color: Alizarin. HEX triplet: F1, 33 and 3D. RGB value is (241,51,61). Sum of RGB (Red+Green+Blue) = 241+51+61=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1333D is #0ECCC2. Grayscale: #6D6D6D. Windows color (decimal): -969923 or 4010993. OLE color: 4010993.
HSL color Cylindrical-coordinate representation of color #F1333D: hue angle of 356.84º 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 #F1333D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 61 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.05 |
| HSL | 356.84º | 0.87% | 0.57% | - |
| HSV(B) | 356.84º | 0.79% | 0.95% | - |
| XYZ | 38.3 | 21.41 | 6.53 | - |
| YUV | 108.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 61 | 0 | 0.79 | 0.75 | 0.05 | 356.84 | 0.87 | 0.57 |
| Hex | F1 | 33 | 3D | 0 | 4F | 4B | 5 | 165 | 57 | 39 |
| Octal | 361 | 63 | 75 | 0 | 117 | 113 | 5 | 545 | 127 | 71 |
| Binary | 11110001 | 110011 | 111101 | 0 | 1001111 | 1001011 | 101 | 101100101 | 1010111 | 111001 |
Color Harmonies of #F1333D
Complementary color
Monochromatic Colors of #F1333D
Black with #F1333D
Text Example
Text Example
White with #F1333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1333D; }
p { color: rgb(241,51,61); }
H1.HeaderClassName
{
color: #F1333D;
}
.AnyTagClassName
{
color: #F1333D;
}
</style>
background-color css
<style>
a { background-color: #F1333D; }
a { background-color: rgb(241,51,61); }
div.DivClassName
{
background-color: #F1333D;
}
.BgClassName
{
background-color: #F1333D;
}
</style>
border-color css
<style>
span { border-color: #F1333D; }
span { border-color: rgb(241,51,61); }
td.TdClassName
{
border-color: #F1333D;
}
.TagClassName
{
border-color: #F1333D;
}
</style>