Shades of Alizarin #F31F2C
Tints of Alizarin #F31F2C
RGB
CMYK
RGB Variations
Color information
#F31F2C (or 0xF31F2C) is known color: Alizarin. HEX triplet: F3, 1F and 2C. RGB value is (243,31,44). Sum of RGB (Red+Green+Blue) = 243+31+44=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F2C is #0CE0D3. Grayscale: #606060. Windows color (decimal): -843988 or 2891763. OLE color: 2891763.
HSL color Cylindrical-coordinate representation of color #F31F2C: hue angle of 356.32º 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 #F31F2C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 44 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.05 |
| HSL | 356.32º | 0.9% | 0.54% | - |
| HSV(B) | 356.32º | 0.87% | 0.95% | - |
| XYZ | 37.91 | 20.22 | 4.29 | - |
| YUV | 95.87 | 98.74 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 44 | 0 | 0.87 | 0.82 | 0.05 | 356.32 | 0.9 | 0.54 |
| Hex | F3 | 1F | 2C | 0 | 57 | 52 | 5 | 164 | 5A | 36 |
| Octal | 363 | 37 | 54 | 0 | 127 | 122 | 5 | 544 | 132 | 66 |
| Binary | 11110011 | 11111 | 101100 | 0 | 1010111 | 1010010 | 101 | 101100100 | 1011010 | 110110 |
Color Harmonies of #F31F2C
Complementary color
Monochromatic Colors of #F31F2C
Black with #F31F2C
Text Example
Text Example
White with #F31F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F2C; }
p { color: rgb(243,31,44); }
H1.HeaderClassName
{
color: #F31F2C;
}
.AnyTagClassName
{
color: #F31F2C;
}
</style>
background-color css
<style>
a { background-color: #F31F2C; }
a { background-color: rgb(243,31,44); }
div.DivClassName
{
background-color: #F31F2C;
}
.BgClassName
{
background-color: #F31F2C;
}
</style>
border-color css
<style>
span { border-color: #F31F2C; }
span { border-color: rgb(243,31,44); }
td.TdClassName
{
border-color: #F31F2C;
}
.TagClassName
{
border-color: #F31F2C;
}
</style>