Shades of Alizarin #F83238
Tints of Alizarin #F83238
RGB
CMYK
RGB Variations
Color information
#F83238 (or 0xF83238) is known color: Alizarin. HEX triplet: F8, 32 and 38. RGB value is (248,50,56). Sum of RGB (Red+Green+Blue) = 248+50+56=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F83238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83238 is #07CDC7. Grayscale: #6E6E6E. Windows color (decimal): -511432 or 3683064. OLE color: 3683064.
HSL color Cylindrical-coordinate representation of color #F83238: hue angle of 358.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83238 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 56 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.03 |
| HSL | 358.18º | 0.93% | 0.58% | - |
| HSV(B) | 358.18º | 0.8% | 0.97% | - |
| XYZ | 40.57 | 22.52 | 5.95 | - |
| YUV | 109.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 56 | 0 | 0.80 | 0.77 | 0.03 | 358.18 | 0.93 | 0.58 |
| Hex | F8 | 32 | 38 | 0 | 50 | 4D | 3 | 166 | 5D | 3A |
| Octal | 370 | 62 | 70 | 0 | 120 | 115 | 3 | 546 | 135 | 72 |
| Binary | 11111000 | 110010 | 111000 | 0 | 1010000 | 1001101 | 11 | 101100110 | 1011101 | 111010 |
Color Harmonies of #F83238
Complementary color
Monochromatic Colors of #F83238
Black with #F83238
Text Example
Text Example
White with #F83238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83238; }
p { color: rgb(248,50,56); }
H1.HeaderClassName
{
color: #F83238;
}
.AnyTagClassName
{
color: #F83238;
}
</style>
background-color css
<style>
a { background-color: #F83238; }
a { background-color: rgb(248,50,56); }
div.DivClassName
{
background-color: #F83238;
}
.BgClassName
{
background-color: #F83238;
}
</style>
border-color css
<style>
span { border-color: #F83238; }
span { border-color: rgb(248,50,56); }
td.TdClassName
{
border-color: #F83238;
}
.TagClassName
{
border-color: #F83238;
}
</style>