Shades of Alizarin #F31E2B
Tints of Alizarin #F31E2B
RGB
CMYK
RGB Variations
Color information
#F31E2B (or 0xF31E2B) is known color: Alizarin. HEX triplet: F3, 1E and 2B. RGB value is (243,30,43). Sum of RGB (Red+Green+Blue) = 243+30+43=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E2B is #0CE1D4. Grayscale: #5F5F5F. Windows color (decimal): -844245 or 2825971. OLE color: 2825971.
HSL color Cylindrical-coordinate representation of color #F31E2B: hue angle of 356.34º 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 #F31E2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.05 |
| HSL | 356.34º | 0.9% | 0.54% | - |
| HSV(B) | 356.34º | 0.88% | 0.95% | - |
| XYZ | 37.86 | 20.16 | 4.18 | - |
| YUV | 95.17 | 98.57 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 43 | 0 | 0.88 | 0.82 | 0.05 | 356.34 | 0.9 | 0.54 |
| Hex | F3 | 1E | 2B | 0 | 58 | 52 | 5 | 164 | 5A | 36 |
| Octal | 363 | 36 | 53 | 0 | 130 | 122 | 5 | 544 | 132 | 66 |
| Binary | 11110011 | 11110 | 101011 | 0 | 1011000 | 1010010 | 101 | 101100100 | 1011010 | 110110 |
Color Harmonies of #F31E2B
Complementary color
Monochromatic Colors of #F31E2B
Black with #F31E2B
Text Example
Text Example
White with #F31E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E2B; }
p { color: rgb(243,30,43); }
H1.HeaderClassName
{
color: #F31E2B;
}
.AnyTagClassName
{
color: #F31E2B;
}
</style>
background-color css
<style>
a { background-color: #F31E2B; }
a { background-color: rgb(243,30,43); }
div.DivClassName
{
background-color: #F31E2B;
}
.BgClassName
{
background-color: #F31E2B;
}
</style>
border-color css
<style>
span { border-color: #F31E2B; }
span { border-color: rgb(243,30,43); }
td.TdClassName
{
border-color: #F31E2B;
}
.TagClassName
{
border-color: #F31E2B;
}
</style>