Shades of Alizarin #F83540
Tints of Alizarin #F83540
RGB
CMYK
RGB Variations
Color information
#F83540 (or 0xF83540) is known color: Alizarin. HEX triplet: F8, 35 and 40. RGB value is (248,53,64). Sum of RGB (Red+Green+Blue) = 248+53+64=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F83540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83540 is #07CABF. Grayscale: #707070. Windows color (decimal): -510656 or 4208120. OLE color: 4208120.
HSL color Cylindrical-coordinate representation of color #F83540: hue angle of 356.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83540 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 64 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.03 |
| HSL | 356.62º | 0.93% | 0.59% | - |
| HSV(B) | 356.62º | 0.79% | 0.97% | - |
| XYZ | 40.91 | 22.87 | 7.11 | - |
| YUV | 112.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 64 | 0 | 0.79 | 0.74 | 0.03 | 356.62 | 0.93 | 0.59 |
| Hex | F8 | 35 | 40 | 0 | 4F | 4A | 3 | 165 | 5D | 3B |
| Octal | 370 | 65 | 100 | 0 | 117 | 112 | 3 | 545 | 135 | 73 |
| Binary | 11111000 | 110101 | 1000000 | 0 | 1001111 | 1001010 | 11 | 101100101 | 1011101 | 111011 |
Color Harmonies of #F83540
Complementary color
Monochromatic Colors of #F83540
Black with #F83540
Text Example
Text Example
White with #F83540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83540; }
p { color: rgb(248,53,64); }
H1.HeaderClassName
{
color: #F83540;
}
.AnyTagClassName
{
color: #F83540;
}
</style>
background-color css
<style>
a { background-color: #F83540; }
a { background-color: rgb(248,53,64); }
div.DivClassName
{
background-color: #F83540;
}
.BgClassName
{
background-color: #F83540;
}
</style>
border-color css
<style>
span { border-color: #F83540; }
span { border-color: rgb(248,53,64); }
td.TdClassName
{
border-color: #F83540;
}
.TagClassName
{
border-color: #F83540;
}
</style>