Shades of Alizarin #F31D2C
Tints of Alizarin #F31D2C
RGB
CMYK
RGB Variations
Color information
#F31D2C (or 0xF31D2C) is known color: Alizarin. HEX triplet: F3, 1D and 2C. RGB value is (243,29,44). Sum of RGB (Red+Green+Blue) = 243+29+44=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D2C is #0CE2D3. Grayscale: #5E5E5E. Windows color (decimal): -844500 or 2891251. OLE color: 2891251.
HSL color Cylindrical-coordinate representation of color #F31D2C: hue angle of 355.79º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D2C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 44 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.05 |
| HSL | 355.79º | 0.9% | 0.53% | - |
| HSV(B) | 355.79º | 0.88% | 0.95% | - |
| XYZ | 37.86 | 20.12 | 4.27 | - |
| YUV | 94.7 | 99.4 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 44 | 0 | 0.88 | 0.82 | 0.05 | 355.79 | 0.9 | 0.53 |
| Hex | F3 | 1D | 2C | 0 | 58 | 52 | 5 | 164 | 5A | 35 |
| Octal | 363 | 35 | 54 | 0 | 130 | 122 | 5 | 544 | 132 | 65 |
| Binary | 11110011 | 11101 | 101100 | 0 | 1011000 | 1010010 | 101 | 101100100 | 1011010 | 110101 |
Color Harmonies of #F31D2C
Complementary color
Monochromatic Colors of #F31D2C
Black with #F31D2C
Text Example
Text Example
White with #F31D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D2C; }
p { color: rgb(243,29,44); }
H1.HeaderClassName
{
color: #F31D2C;
}
.AnyTagClassName
{
color: #F31D2C;
}
</style>
background-color css
<style>
a { background-color: #F31D2C; }
a { background-color: rgb(243,29,44); }
div.DivClassName
{
background-color: #F31D2C;
}
.BgClassName
{
background-color: #F31D2C;
}
</style>
border-color css
<style>
span { border-color: #F31D2C; }
span { border-color: rgb(243,29,44); }
td.TdClassName
{
border-color: #F31D2C;
}
.TagClassName
{
border-color: #F31D2C;
}
</style>