Shades of Alizarin #F8313D
Tints of Alizarin #F8313D
RGB
CMYK
RGB Variations
Color information
#F8313D (or 0xF8313D) is known color: Alizarin. HEX triplet: F8, 31 and 3D. RGB value is (248,49,61). Sum of RGB (Red+Green+Blue) = 248+49+61=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8313D is #07CEC2. Grayscale: #6E6E6E. Windows color (decimal): -511683 or 4010488. OLE color: 4010488.
HSL color Cylindrical-coordinate representation of color #F8313D: hue angle of 356.38º 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 #F8313D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 61 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.03 |
| HSL | 356.38º | 0.93% | 0.58% | - |
| HSV(B) | 356.38º | 0.8% | 0.97% | - |
| XYZ | 40.65 | 22.49 | 6.61 | - |
| YUV | 109.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 61 | 0 | 0.80 | 0.75 | 0.03 | 356.38 | 0.93 | 0.58 |
| Hex | F8 | 31 | 3D | 0 | 50 | 4B | 3 | 164 | 5D | 3A |
| Octal | 370 | 61 | 75 | 0 | 120 | 113 | 3 | 544 | 135 | 72 |
| Binary | 11111000 | 110001 | 111101 | 0 | 1010000 | 1001011 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F8313D
Complementary color
Monochromatic Colors of #F8313D
Black with #F8313D
Text Example
Text Example
White with #F8313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8313D; }
p { color: rgb(248,49,61); }
H1.HeaderClassName
{
color: #F8313D;
}
.AnyTagClassName
{
color: #F8313D;
}
</style>
background-color css
<style>
a { background-color: #F8313D; }
a { background-color: rgb(248,49,61); }
div.DivClassName
{
background-color: #F8313D;
}
.BgClassName
{
background-color: #F8313D;
}
</style>
border-color css
<style>
span { border-color: #F8313D; }
span { border-color: rgb(248,49,61); }
td.TdClassName
{
border-color: #F8313D;
}
.TagClassName
{
border-color: #F8313D;
}
</style>