Shades of Alizarin #F3323D
Tints of Alizarin #F3323D
RGB
CMYK
RGB Variations
Color information
#F3323D (or 0xF3323D) is known color: Alizarin. HEX triplet: F3, 32 and 3D. RGB value is (243,50,61). Sum of RGB (Red+Green+Blue) = 243+50+61=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3323D is #0CCDC2. Grayscale: #6D6D6D. Windows color (decimal): -839107 or 4010739. OLE color: 4010739.
HSL color Cylindrical-coordinate representation of color #F3323D: hue angle of 356.58º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3323D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 61 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.05 |
| HSL | 356.58º | 0.89% | 0.57% | - |
| HSV(B) | 356.58º | 0.79% | 0.95% | - |
| XYZ | 38.95 | 21.67 | 6.55 | - |
| YUV | 108.96 | 100.94 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 61 | 0 | 0.79 | 0.75 | 0.05 | 356.58 | 0.89 | 0.57 |
| Hex | F3 | 32 | 3D | 0 | 4F | 4B | 5 | 165 | 59 | 39 |
| Octal | 363 | 62 | 75 | 0 | 117 | 113 | 5 | 545 | 131 | 71 |
| Binary | 11110011 | 110010 | 111101 | 0 | 1001111 | 1001011 | 101 | 101100101 | 1011001 | 111001 |
Color Harmonies of #F3323D
Complementary color
Monochromatic Colors of #F3323D
Black with #F3323D
Text Example
Text Example
White with #F3323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3323D; }
p { color: rgb(243,50,61); }
H1.HeaderClassName
{
color: #F3323D;
}
.AnyTagClassName
{
color: #F3323D;
}
</style>
background-color css
<style>
a { background-color: #F3323D; }
a { background-color: rgb(243,50,61); }
div.DivClassName
{
background-color: #F3323D;
}
.BgClassName
{
background-color: #F3323D;
}
</style>
border-color css
<style>
span { border-color: #F3323D; }
span { border-color: rgb(243,50,61); }
td.TdClassName
{
border-color: #F3323D;
}
.TagClassName
{
border-color: #F3323D;
}
</style>