Shades of Alizarin #F31F3E
Tints of Alizarin #F31F3E
RGB
CMYK
RGB Variations
Color information
#F31F3E (or 0xF31F3E) is known color: Alizarin. HEX triplet: F3, 1F and 3E. RGB value is (243,31,62). Sum of RGB (Red+Green+Blue) = 243+31+62=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F3E is #0CE0C1. Grayscale: #626262. Windows color (decimal): -843970 or 4071411. OLE color: 4071411.
HSL color Cylindrical-coordinate representation of color #F31F3E: hue angle of 351.23º 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 #F31F3E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 62 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.05 |
| HSL | 351.23º | 0.9% | 0.54% | - |
| HSV(B) | 351.23º | 0.87% | 0.95% | - |
| XYZ | 38.32 | 20.38 | 6.47 | - |
| YUV | 97.92 | 107.74 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 62 | 0 | 0.87 | 0.74 | 0.05 | 351.23 | 0.9 | 0.54 |
| Hex | F3 | 1F | 3E | 0 | 57 | 4A | 5 | 15F | 5A | 36 |
| Octal | 363 | 37 | 76 | 0 | 127 | 112 | 5 | 537 | 132 | 66 |
| Binary | 11110011 | 11111 | 111110 | 0 | 1010111 | 1001010 | 101 | 101011111 | 1011010 | 110110 |
Color Harmonies of #F31F3E
Complementary color
Monochromatic Colors of #F31F3E
Black with #F31F3E
Text Example
Text Example
White with #F31F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F3E; }
p { color: rgb(243,31,62); }
H1.HeaderClassName
{
color: #F31F3E;
}
.AnyTagClassName
{
color: #F31F3E;
}
</style>
background-color css
<style>
a { background-color: #F31F3E; }
a { background-color: rgb(243,31,62); }
div.DivClassName
{
background-color: #F31F3E;
}
.BgClassName
{
background-color: #F31F3E;
}
</style>
border-color css
<style>
span { border-color: #F31F3E; }
span { border-color: rgb(243,31,62); }
td.TdClassName
{
border-color: #F31F3E;
}
.TagClassName
{
border-color: #F31F3E;
}
</style>