Shades of Alizarin #F31F2D
Tints of Alizarin #F31F2D
RGB
CMYK
RGB Variations
Color information
#F31F2D (or 0xF31F2D) is known color: Alizarin. HEX triplet: F3, 1F and 2D. RGB value is (243,31,45). Sum of RGB (Red+Green+Blue) = 243+31+45=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F2D is #0CE0D2. Grayscale: #606060. Windows color (decimal): -843987 or 2957299. OLE color: 2957299.
HSL color Cylindrical-coordinate representation of color #F31F2D: hue angle of 356.04º 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 #F31F2D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.05 |
| HSL | 356.04º | 0.9% | 0.54% | - |
| HSV(B) | 356.04º | 0.87% | 0.95% | - |
| XYZ | 37.93 | 20.22 | 4.39 | - |
| YUV | 95.98 | 99.24 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 45 | 0 | 0.87 | 0.81 | 0.05 | 356.04 | 0.9 | 0.54 |
| Hex | F3 | 1F | 2D | 0 | 57 | 51 | 5 | 164 | 5A | 36 |
| Octal | 363 | 37 | 55 | 0 | 127 | 121 | 5 | 544 | 132 | 66 |
| Binary | 11110011 | 11111 | 101101 | 0 | 1010111 | 1010001 | 101 | 101100100 | 1011010 | 110110 |
Color Harmonies of #F31F2D
Complementary color
Monochromatic Colors of #F31F2D
Black with #F31F2D
Text Example
Text Example
White with #F31F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F2D; }
p { color: rgb(243,31,45); }
H1.HeaderClassName
{
color: #F31F2D;
}
.AnyTagClassName
{
color: #F31F2D;
}
</style>
background-color css
<style>
a { background-color: #F31F2D; }
a { background-color: rgb(243,31,45); }
div.DivClassName
{
background-color: #F31F2D;
}
.BgClassName
{
background-color: #F31F2D;
}
</style>
border-color css
<style>
span { border-color: #F31F2D; }
span { border-color: rgb(243,31,45); }
td.TdClassName
{
border-color: #F31F2D;
}
.TagClassName
{
border-color: #F31F2D;
}
</style>