Shades of Alizarin #F8323B
Tints of Alizarin #F8323B
RGB
CMYK
RGB Variations
Color information
#F8323B (or 0xF8323B) is known color: Alizarin. HEX triplet: F8, 32 and 3B. RGB value is (248,50,59). Sum of RGB (Red+Green+Blue) = 248+50+59=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8323B is #07CDC4. Grayscale: #6E6E6E. Windows color (decimal): -511429 or 3879672. OLE color: 3879672.
HSL color Cylindrical-coordinate representation of color #F8323B: hue angle of 357.27º 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 #F8323B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.03 |
| HSL | 357.27º | 0.93% | 0.58% | - |
| HSV(B) | 357.27º | 0.8% | 0.97% | - |
| XYZ | 40.64 | 22.55 | 6.35 | - |
| YUV | 110.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 59 | 0 | 0.80 | 0.76 | 0.03 | 357.27 | 0.93 | 0.58 |
| Hex | F8 | 32 | 3B | 0 | 50 | 4C | 3 | 165 | 5D | 3A |
| Octal | 370 | 62 | 73 | 0 | 120 | 114 | 3 | 545 | 135 | 72 |
| Binary | 11111000 | 110010 | 111011 | 0 | 1010000 | 1001100 | 11 | 101100101 | 1011101 | 111010 |
Color Harmonies of #F8323B
Complementary color
Monochromatic Colors of #F8323B
Black with #F8323B
Text Example
Text Example
White with #F8323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8323B; }
p { color: rgb(248,50,59); }
H1.HeaderClassName
{
color: #F8323B;
}
.AnyTagClassName
{
color: #F8323B;
}
</style>
background-color css
<style>
a { background-color: #F8323B; }
a { background-color: rgb(248,50,59); }
div.DivClassName
{
background-color: #F8323B;
}
.BgClassName
{
background-color: #F8323B;
}
</style>
border-color css
<style>
span { border-color: #F8323B; }
span { border-color: rgb(248,50,59); }
td.TdClassName
{
border-color: #F8323B;
}
.TagClassName
{
border-color: #F8323B;
}
</style>