Shades of Alizarin #F83940
Tints of Alizarin #F83940
RGB
CMYK
RGB Variations
Color information
#F83940 (or 0xF83940) is known color: Alizarin. HEX triplet: F8, 39 and 40. RGB value is (248,57,64). Sum of RGB (Red+Green+Blue) = 248+57+64=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F83940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83940 is #07C6BF. Grayscale: #737373. Windows color (decimal): -509632 or 4209144. OLE color: 4209144.
HSL color Cylindrical-coordinate representation of color #F83940: hue angle of 357.8º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83940 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 64 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.03 |
| HSL | 357.8º | 0.93% | 0.6% | - |
| HSV(B) | 357.8º | 0.77% | 0.97% | - |
| XYZ | 41.1 | 23.25 | 7.17 | - |
| YUV | 114.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 64 | 0 | 0.77 | 0.74 | 0.03 | 357.8 | 0.93 | 0.6 |
| Hex | F8 | 39 | 40 | 0 | 4D | 4A | 3 | 166 | 5D | 3C |
| Octal | 370 | 71 | 100 | 0 | 115 | 112 | 3 | 546 | 135 | 74 |
| Binary | 11111000 | 111001 | 1000000 | 0 | 1001101 | 1001010 | 11 | 101100110 | 1011101 | 111100 |
Color Harmonies of #F83940
Complementary color
Monochromatic Colors of #F83940
Black with #F83940
Text Example
Text Example
White with #F83940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83940; }
p { color: rgb(248,57,64); }
H1.HeaderClassName
{
color: #F83940;
}
.AnyTagClassName
{
color: #F83940;
}
</style>
background-color css
<style>
a { background-color: #F83940; }
a { background-color: rgb(248,57,64); }
div.DivClassName
{
background-color: #F83940;
}
.BgClassName
{
background-color: #F83940;
}
</style>
border-color css
<style>
span { border-color: #F83940; }
span { border-color: rgb(248,57,64); }
td.TdClassName
{
border-color: #F83940;
}
.TagClassName
{
border-color: #F83940;
}
</style>