Shades of Alizarin #F1333B
Tints of Alizarin #F1333B
RGB
CMYK
RGB Variations
Color information
#F1333B (or 0xF1333B) is known color: Alizarin. HEX triplet: F1, 33 and 3B. RGB value is (241,51,59). Sum of RGB (Red+Green+Blue) = 241+51+59=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1333B is #0ECCC4. Grayscale: #6C6C6C. Windows color (decimal): -969925 or 3879921. OLE color: 3879921.
HSL color Cylindrical-coordinate representation of color #F1333B: hue angle of 357.47º 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 #F1333B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 59 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.05 |
| HSL | 357.47º | 0.87% | 0.57% | - |
| HSV(B) | 357.47º | 0.79% | 0.95% | - |
| XYZ | 38.25 | 21.38 | 6.25 | - |
| YUV | 108.72 | 99.95 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 59 | 0 | 0.79 | 0.76 | 0.05 | 357.47 | 0.87 | 0.57 |
| Hex | F1 | 33 | 3B | 0 | 4F | 4C | 5 | 165 | 57 | 39 |
| Octal | 361 | 63 | 73 | 0 | 117 | 114 | 5 | 545 | 127 | 71 |
| Binary | 11110001 | 110011 | 111011 | 0 | 1001111 | 1001100 | 101 | 101100101 | 1010111 | 111001 |
Color Harmonies of #F1333B
Complementary color
Monochromatic Colors of #F1333B
Black with #F1333B
Text Example
Text Example
White with #F1333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1333B; }
p { color: rgb(241,51,59); }
H1.HeaderClassName
{
color: #F1333B;
}
.AnyTagClassName
{
color: #F1333B;
}
</style>
background-color css
<style>
a { background-color: #F1333B; }
a { background-color: rgb(241,51,59); }
div.DivClassName
{
background-color: #F1333B;
}
.BgClassName
{
background-color: #F1333B;
}
</style>
border-color css
<style>
span { border-color: #F1333B; }
span { border-color: rgb(241,51,59); }
td.TdClassName
{
border-color: #F1333B;
}
.TagClassName
{
border-color: #F1333B;
}
</style>