Shades of Alizarin #FF323D
Tints of Alizarin #FF323D
RGB
CMYK
RGB Variations
Color information
#FF323D (or 0xFF323D) is known color: Alizarin. HEX triplet: FF, 32 and 3D. RGB value is (255,50,61). Sum of RGB (Red+Green+Blue) = 255+50+61=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF323D is #00CDC2. Grayscale: #707070. Windows color (decimal): -52675 or 4010751. OLE color: 4010751.
HSL color Cylindrical-coordinate representation of color #FF323D: hue angle of 356.78º 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 #FF323D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 61 | - |
| CMYK | 0 | 0.80 | 0.76 | 0 |
| HSL | 356.78º | 1% | 0.6% | - |
| HSV(B) | 356.78º | 0.8% | 1% | - |
| XYZ | 43.22 | 23.88 | 6.75 | - |
| YUV | 112.55 | 98.92 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 61 | 0 | 0.80 | 0.76 | 0 | 356.78 | 1 | 0.6 |
| Hex | FF | 32 | 3D | 0 | 50 | 4C | 0 | 165 | 64 | 3C |
| Octal | 377 | 62 | 75 | 0 | 120 | 114 | 0 | 545 | 144 | 74 |
| Binary | 11111111 | 110010 | 111101 | 0 | 1010000 | 1001100 | 0 | 101100101 | 1100100 | 111100 |
Color Harmonies of #FF323D
Complementary color
Monochromatic Colors of #FF323D
Black with #FF323D
Text Example
Text Example
White with #FF323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF323D; }
p { color: rgb(255,50,61); }
H1.HeaderClassName
{
color: #FF323D;
}
.AnyTagClassName
{
color: #FF323D;
}
</style>
background-color css
<style>
a { background-color: #FF323D; }
a { background-color: rgb(255,50,61); }
div.DivClassName
{
background-color: #FF323D;
}
.BgClassName
{
background-color: #FF323D;
}
</style>
border-color css
<style>
span { border-color: #FF323D; }
span { border-color: rgb(255,50,61); }
td.TdClassName
{
border-color: #FF323D;
}
.TagClassName
{
border-color: #FF323D;
}
</style>