Shades of Alizarin #FF323A
Tints of Alizarin #FF323A
RGB
CMYK
RGB Variations
Color information
#FF323A (or 0xFF323A) is known color: Alizarin. HEX triplet: FF, 32 and 3A. RGB value is (255,50,58). Sum of RGB (Red+Green+Blue) = 255+50+58=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF323A is #00CDC5. Grayscale: #707070. Windows color (decimal): -52678 or 3814143. OLE color: 3814143.
HSL color Cylindrical-coordinate representation of color #FF323A: hue angle of 357.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF323A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 58 | - |
| CMYK | 0 | 0.80 | 0.77 | 0 |
| HSL | 357.66º | 1% | 0.6% | - |
| HSV(B) | 357.66º | 0.8% | 1% | - |
| XYZ | 43.14 | 23.85 | 6.33 | - |
| YUV | 112.21 | 97.42 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 58 | 0 | 0.80 | 0.77 | 0 | 357.66 | 1 | 0.6 |
| Hex | FF | 32 | 3A | 0 | 50 | 4D | 0 | 166 | 64 | 3C |
| Octal | 377 | 62 | 72 | 0 | 120 | 115 | 0 | 546 | 144 | 74 |
| Binary | 11111111 | 110010 | 111010 | 0 | 1010000 | 1001101 | 0 | 101100110 | 1100100 | 111100 |
Color Harmonies of #FF323A
Complementary color
Monochromatic Colors of #FF323A
Black with #FF323A
Text Example
Text Example
White with #FF323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF323A; }
p { color: rgb(255,50,58); }
H1.HeaderClassName
{
color: #FF323A;
}
.AnyTagClassName
{
color: #FF323A;
}
</style>
background-color css
<style>
a { background-color: #FF323A; }
a { background-color: rgb(255,50,58); }
div.DivClassName
{
background-color: #FF323A;
}
.BgClassName
{
background-color: #FF323A;
}
</style>
border-color css
<style>
span { border-color: #FF323A; }
span { border-color: rgb(255,50,58); }
td.TdClassName
{
border-color: #FF323A;
}
.TagClassName
{
border-color: #FF323A;
}
</style>