Shades of Alizarin #F9313D
Tints of Alizarin #F9313D
RGB
CMYK
RGB Variations
Color information
#F9313D (or 0xF9313D) is known color: Alizarin. HEX triplet: F9, 31 and 3D. RGB value is (249,49,61). Sum of RGB (Red+Green+Blue) = 249+49+61=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9313D is #06CEC2. Grayscale: #6E6E6E. Windows color (decimal): -446147 or 4010489. OLE color: 4010489.
HSL color Cylindrical-coordinate representation of color #F9313D: hue angle of 356.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9313D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 61 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.02 |
| HSL | 356.4º | 0.94% | 0.58% | - |
| HSV(B) | 356.4º | 0.8% | 0.98% | - |
| XYZ | 41.01 | 22.67 | 6.63 | - |
| YUV | 110.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 61 | 0 | 0.80 | 0.76 | 0.02 | 356.4 | 0.94 | 0.58 |
| Hex | F9 | 31 | 3D | 0 | 50 | 4C | 2 | 164 | 5E | 3A |
| Octal | 371 | 61 | 75 | 0 | 120 | 114 | 2 | 544 | 136 | 72 |
| Binary | 11111001 | 110001 | 111101 | 0 | 1010000 | 1001100 | 10 | 101100100 | 1011110 | 111010 |
Color Harmonies of #F9313D
Complementary color
Monochromatic Colors of #F9313D
Black with #F9313D
Text Example
Text Example
White with #F9313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9313D; }
p { color: rgb(249,49,61); }
H1.HeaderClassName
{
color: #F9313D;
}
.AnyTagClassName
{
color: #F9313D;
}
</style>
background-color css
<style>
a { background-color: #F9313D; }
a { background-color: rgb(249,49,61); }
div.DivClassName
{
background-color: #F9313D;
}
.BgClassName
{
background-color: #F9313D;
}
</style>
border-color css
<style>
span { border-color: #F9313D; }
span { border-color: rgb(249,49,61); }
td.TdClassName
{
border-color: #F9313D;
}
.TagClassName
{
border-color: #F9313D;
}
</style>