Shades of Alizarin #F31F21
Tints of Alizarin #F31F21
RGB
CMYK
RGB Variations
Color information
#F31F21 (or 0xF31F21) is known color: Alizarin. HEX triplet: F3, 1F and 21. RGB value is (243,31,33). Sum of RGB (Red+Green+Blue) = 243+31+33=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F21 is #0CE0DE. Grayscale: #5E5E5E. Windows color (decimal): -843999 or 2170867. OLE color: 2170867.
HSL color Cylindrical-coordinate representation of color #F31F21: hue angle of 359.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F21 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 33 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.05 |
| HSL | 359.43º | 0.9% | 0.54% | - |
| HSV(B) | 359.43º | 0.87% | 0.95% | - |
| XYZ | 37.73 | 20.14 | 3.34 | - |
| YUV | 94.62 | 93.24 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 33 | 0 | 0.87 | 0.86 | 0.05 | 359.43 | 0.9 | 0.54 |
| Hex | F3 | 1F | 21 | 0 | 57 | 56 | 5 | 167 | 5A | 36 |
| Octal | 363 | 37 | 41 | 0 | 127 | 126 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 11111 | 100001 | 0 | 1010111 | 1010110 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F31F21
Complementary color
Monochromatic Colors of #F31F21
Black with #F31F21
Text Example
Text Example
White with #F31F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F21; }
p { color: rgb(243,31,33); }
H1.HeaderClassName
{
color: #F31F21;
}
.AnyTagClassName
{
color: #F31F21;
}
</style>
background-color css
<style>
a { background-color: #F31F21; }
a { background-color: rgb(243,31,33); }
div.DivClassName
{
background-color: #F31F21;
}
.BgClassName
{
background-color: #F31F21;
}
</style>
border-color css
<style>
span { border-color: #F31F21; }
span { border-color: rgb(243,31,33); }
td.TdClassName
{
border-color: #F31F21;
}
.TagClassName
{
border-color: #F31F21;
}
</style>