Shades of Alizarin #F31E38
Tints of Alizarin #F31E38
RGB
CMYK
RGB Variations
Color information
#F31E38 (or 0xF31E38) is known color: Alizarin. HEX triplet: F3, 1E and 38. RGB value is (243,30,56). Sum of RGB (Red+Green+Blue) = 243+30+56=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E38 is #0CE1C7. Grayscale: #606060. Windows color (decimal): -844232 or 3677939. OLE color: 3677939.
HSL color Cylindrical-coordinate representation of color #F31E38: hue angle of 352.68º 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 #F31E38 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 56 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.05 |
| HSL | 352.68º | 0.9% | 0.54% | - |
| HSV(B) | 352.68º | 0.88% | 0.95% | - |
| XYZ | 38.14 | 20.27 | 5.64 | - |
| YUV | 96.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 56 | 0 | 0.88 | 0.77 | 0.05 | 352.68 | 0.9 | 0.54 |
| Hex | F3 | 1E | 38 | 0 | 58 | 4D | 5 | 161 | 5A | 36 |
| Octal | 363 | 36 | 70 | 0 | 130 | 115 | 5 | 541 | 132 | 66 |
| Binary | 11110011 | 11110 | 111000 | 0 | 1011000 | 1001101 | 101 | 101100001 | 1011010 | 110110 |
Color Harmonies of #F31E38
Complementary color
Monochromatic Colors of #F31E38
Black with #F31E38
Text Example
Text Example
White with #F31E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E38; }
p { color: rgb(243,30,56); }
H1.HeaderClassName
{
color: #F31E38;
}
.AnyTagClassName
{
color: #F31E38;
}
</style>
background-color css
<style>
a { background-color: #F31E38; }
a { background-color: rgb(243,30,56); }
div.DivClassName
{
background-color: #F31E38;
}
.BgClassName
{
background-color: #F31E38;
}
</style>
border-color css
<style>
span { border-color: #F31E38; }
span { border-color: rgb(243,30,56); }
td.TdClassName
{
border-color: #F31E38;
}
.TagClassName
{
border-color: #F31E38;
}
</style>