Shades of Alizarin #F31E21
Tints of Alizarin #F31E21
RGB
CMYK
RGB Variations
Color information
#F31E21 (or 0xF31E21) is known color: Alizarin. HEX triplet: F3, 1E and 21. RGB value is (243,30,33). Sum of RGB (Red+Green+Blue) = 243+30+33=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E21 is #0CE1DE. Grayscale: #5E5E5E. Windows color (decimal): -844255 or 2170611. OLE color: 2170611.
HSL color Cylindrical-coordinate representation of color #F31E21: hue angle of 359.15º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E21 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 33 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.05 |
| HSL | 359.15º | 0.9% | 0.54% | - |
| HSV(B) | 359.15º | 0.88% | 0.95% | - |
| XYZ | 37.7 | 20.09 | 3.33 | - |
| YUV | 94.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 33 | 0 | 0.88 | 0.86 | 0.05 | 359.15 | 0.9 | 0.54 |
| Hex | F3 | 1E | 21 | 0 | 58 | 56 | 5 | 167 | 5A | 36 |
| Octal | 363 | 36 | 41 | 0 | 130 | 126 | 5 | 547 | 132 | 66 |
| Binary | 11110011 | 11110 | 100001 | 0 | 1011000 | 1010110 | 101 | 101100111 | 1011010 | 110110 |
Color Harmonies of #F31E21
Complementary color
Monochromatic Colors of #F31E21
Black with #F31E21
Text Example
Text Example
White with #F31E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E21; }
p { color: rgb(243,30,33); }
H1.HeaderClassName
{
color: #F31E21;
}
.AnyTagClassName
{
color: #F31E21;
}
</style>
background-color css
<style>
a { background-color: #F31E21; }
a { background-color: rgb(243,30,33); }
div.DivClassName
{
background-color: #F31E21;
}
.BgClassName
{
background-color: #F31E21;
}
</style>
border-color css
<style>
span { border-color: #F31E21; }
span { border-color: rgb(243,30,33); }
td.TdClassName
{
border-color: #F31E21;
}
.TagClassName
{
border-color: #F31E21;
}
</style>