Shades of Alizarin #F83038
Tints of Alizarin #F83038
RGB
CMYK
RGB Variations
Color information
#F83038 (or 0xF83038) is known color: Alizarin. HEX triplet: F8, 30 and 38. RGB value is (248,48,56). Sum of RGB (Red+Green+Blue) = 248+48+56=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F83038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83038 is #07CFC7. Grayscale: #6C6C6C. Windows color (decimal): -511944 or 3682552. OLE color: 3682552.
HSL color Cylindrical-coordinate representation of color #F83038: hue angle of 357.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83038 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 56 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.03 |
| HSL | 357.6º | 0.93% | 0.58% | - |
| HSV(B) | 357.6º | 0.81% | 0.97% | - |
| XYZ | 40.48 | 22.36 | 5.92 | - |
| YUV | 108.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 56 | 0 | 0.81 | 0.77 | 0.03 | 357.6 | 0.93 | 0.58 |
| Hex | F8 | 30 | 38 | 0 | 51 | 4D | 3 | 166 | 5D | 3A |
| Octal | 370 | 60 | 70 | 0 | 121 | 115 | 3 | 546 | 135 | 72 |
| Binary | 11111000 | 110000 | 111000 | 0 | 1010001 | 1001101 | 11 | 101100110 | 1011101 | 111010 |
Color Harmonies of #F83038
Complementary color
Monochromatic Colors of #F83038
Black with #F83038
Text Example
Text Example
White with #F83038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83038; }
p { color: rgb(248,48,56); }
H1.HeaderClassName
{
color: #F83038;
}
.AnyTagClassName
{
color: #F83038;
}
</style>
background-color css
<style>
a { background-color: #F83038; }
a { background-color: rgb(248,48,56); }
div.DivClassName
{
background-color: #F83038;
}
.BgClassName
{
background-color: #F83038;
}
</style>
border-color css
<style>
span { border-color: #F83038; }
span { border-color: rgb(248,48,56); }
td.TdClassName
{
border-color: #F83038;
}
.TagClassName
{
border-color: #F83038;
}
</style>