Shades of Alizarin #F31C22
Tints of Alizarin #F31C22
RGB
CMYK
RGB Variations
Color information
#F31C22 (or 0xF31C22) is known color: Alizarin. HEX triplet: F3, 1C and 22. RGB value is (243,28,34). Sum of RGB (Red+Green+Blue) = 243+28+34=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C22 is #0CE3DD. Grayscale: #5D5D5D. Windows color (decimal): -844766 or 2235635. OLE color: 2235635.
HSL color Cylindrical-coordinate representation of color #F31C22: hue angle of 358.33º 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 #F31C22 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 34 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.05 |
| HSL | 358.33º | 0.9% | 0.53% | - |
| HSV(B) | 358.33º | 0.88% | 0.95% | - |
| XYZ | 37.67 | 20 | 3.39 | - |
| YUV | 92.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 34 | 0 | 0.88 | 0.86 | 0.05 | 358.33 | 0.9 | 0.53 |
| Hex | F3 | 1C | 22 | 0 | 58 | 56 | 5 | 166 | 5A | 35 |
| Octal | 363 | 34 | 42 | 0 | 130 | 126 | 5 | 546 | 132 | 65 |
| Binary | 11110011 | 11100 | 100010 | 0 | 1011000 | 1010110 | 101 | 101100110 | 1011010 | 110101 |
Color Harmonies of #F31C22
Complementary color
Monochromatic Colors of #F31C22
Black with #F31C22
Text Example
Text Example
White with #F31C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C22; }
p { color: rgb(243,28,34); }
H1.HeaderClassName
{
color: #F31C22;
}
.AnyTagClassName
{
color: #F31C22;
}
</style>
background-color css
<style>
a { background-color: #F31C22; }
a { background-color: rgb(243,28,34); }
div.DivClassName
{
background-color: #F31C22;
}
.BgClassName
{
background-color: #F31C22;
}
</style>
border-color css
<style>
span { border-color: #F31C22; }
span { border-color: rgb(243,28,34); }
td.TdClassName
{
border-color: #F31C22;
}
.TagClassName
{
border-color: #F31C22;
}
</style>