Shades of Alizarin #F8323A
Tints of Alizarin #F8323A
RGB
CMYK
RGB Variations
Color information
#F8323A (or 0xF8323A) is known color: Alizarin. HEX triplet: F8, 32 and 3A. RGB value is (248,50,58). Sum of RGB (Red+Green+Blue) = 248+50+58=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8323A is #07CDC5. Grayscale: #6E6E6E. Windows color (decimal): -511430 or 3814136. OLE color: 3814136.
HSL color Cylindrical-coordinate representation of color #F8323A: hue angle of 357.58º 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 #F8323A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 58 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.03 |
| HSL | 357.58º | 0.93% | 0.58% | - |
| HSV(B) | 357.58º | 0.8% | 0.97% | - |
| XYZ | 40.62 | 22.54 | 6.21 | - |
| YUV | 110.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 58 | 0 | 0.80 | 0.77 | 0.03 | 357.58 | 0.93 | 0.58 |
| Hex | F8 | 32 | 3A | 0 | 50 | 4D | 3 | 166 | 5D | 3A |
| Octal | 370 | 62 | 72 | 0 | 120 | 115 | 3 | 546 | 135 | 72 |
| Binary | 11111000 | 110010 | 111010 | 0 | 1010000 | 1001101 | 11 | 101100110 | 1011101 | 111010 |
Color Harmonies of #F8323A
Complementary color
Monochromatic Colors of #F8323A
Black with #F8323A
Text Example
Text Example
White with #F8323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8323A; }
p { color: rgb(248,50,58); }
H1.HeaderClassName
{
color: #F8323A;
}
.AnyTagClassName
{
color: #F8323A;
}
</style>
background-color css
<style>
a { background-color: #F8323A; }
a { background-color: rgb(248,50,58); }
div.DivClassName
{
background-color: #F8323A;
}
.BgClassName
{
background-color: #F8323A;
}
</style>
border-color css
<style>
span { border-color: #F8323A; }
span { border-color: rgb(248,50,58); }
td.TdClassName
{
border-color: #F8323A;
}
.TagClassName
{
border-color: #F8323A;
}
</style>