Shades of Alizarin #F3313D
Tints of Alizarin #F3313D
RGB
CMYK
RGB Variations
Color information
#F3313D (or 0xF3313D) is known color: Alizarin. HEX triplet: F3, 31 and 3D. RGB value is (243,49,61). Sum of RGB (Red+Green+Blue) = 243+49+61=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3313D is #0CCEC2. Grayscale: #6C6C6C. Windows color (decimal): -839363 or 4010483. OLE color: 4010483.
HSL color Cylindrical-coordinate representation of color #F3313D: hue angle of 356.29º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3313D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 61 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.05 |
| HSL | 356.29º | 0.89% | 0.57% | - |
| HSV(B) | 356.29º | 0.8% | 0.95% | - |
| XYZ | 38.9 | 21.59 | 6.53 | - |
| YUV | 108.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 61 | 0 | 0.80 | 0.75 | 0.05 | 356.29 | 0.89 | 0.57 |
| Hex | F3 | 31 | 3D | 0 | 50 | 4B | 5 | 164 | 59 | 39 |
| Octal | 363 | 61 | 75 | 0 | 120 | 113 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 110001 | 111101 | 0 | 1010000 | 1001011 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F3313D
Complementary color
Monochromatic Colors of #F3313D
Black with #F3313D
Text Example
Text Example
White with #F3313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3313D; }
p { color: rgb(243,49,61); }
H1.HeaderClassName
{
color: #F3313D;
}
.AnyTagClassName
{
color: #F3313D;
}
</style>
background-color css
<style>
a { background-color: #F3313D; }
a { background-color: rgb(243,49,61); }
div.DivClassName
{
background-color: #F3313D;
}
.BgClassName
{
background-color: #F3313D;
}
</style>
border-color css
<style>
span { border-color: #F3313D; }
span { border-color: rgb(243,49,61); }
td.TdClassName
{
border-color: #F3313D;
}
.TagClassName
{
border-color: #F3313D;
}
</style>