Shades of Alizarin #FF3234
Tints of Alizarin #FF3234
RGB
CMYK
RGB Variations
Color information
#FF3234 (or 0xFF3234) is known color: Alizarin. HEX triplet: FF, 32 and 34. RGB value is (255,50,52). Sum of RGB (Red+Green+Blue) = 255+50+52=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3234 is #00CDCB. Grayscale: #6F6F6F. Windows color (decimal): -52684 or 3420927. OLE color: 3420927.
HSL color Cylindrical-coordinate representation of color #FF3234: hue angle of 359.41º 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 #FF3234 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 52 | - |
| CMYK | 0 | 0.80 | 0.80 | 0 |
| HSL | 359.41º | 1% | 0.6% | - |
| HSV(B) | 359.41º | 0.8% | 1% | - |
| XYZ | 43 | 23.79 | 5.57 | - |
| YUV | 111.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 52 | 0 | 0.80 | 0.80 | 0 | 359.41 | 1 | 0.6 |
| Hex | FF | 32 | 34 | 0 | 50 | 50 | 0 | 167 | 64 | 3C |
| Octal | 377 | 62 | 64 | 0 | 120 | 120 | 0 | 547 | 144 | 74 |
| Binary | 11111111 | 110010 | 110100 | 0 | 1010000 | 1010000 | 0 | 101100111 | 1100100 | 111100 |
Color Harmonies of #FF3234
Complementary color
Monochromatic Colors of #FF3234
Black with #FF3234
Text Example
Text Example
White with #FF3234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3234; }
p { color: rgb(255,50,52); }
H1.HeaderClassName
{
color: #FF3234;
}
.AnyTagClassName
{
color: #FF3234;
}
</style>
background-color css
<style>
a { background-color: #FF3234; }
a { background-color: rgb(255,50,52); }
div.DivClassName
{
background-color: #FF3234;
}
.BgClassName
{
background-color: #FF3234;
}
</style>
border-color css
<style>
span { border-color: #FF3234; }
span { border-color: rgb(255,50,52); }
td.TdClassName
{
border-color: #FF3234;
}
.TagClassName
{
border-color: #FF3234;
}
</style>