Shades of Alizarin #FF2A32
Tints of Alizarin #FF2A32
RGB
CMYK
RGB Variations
Color information
#FF2A32 (or 0xFF2A32) is known color: Alizarin. HEX triplet: FF, 2A and 32. RGB value is (255,42,50). Sum of RGB (Red+Green+Blue) = 255+42+50=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A32 is #00D5CD. Grayscale: #6A6A6A. Windows color (decimal): -54734 or 3287807. OLE color: 3287807.
HSL color Cylindrical-coordinate representation of color #FF2A32: hue angle of 357.75º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A32 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 50 | - |
| CMYK | 0 | 0.84 | 0.80 | 0 |
| HSL | 357.75º | 1% | 0.58% | - |
| HSV(B) | 357.75º | 0.84% | 1% | - |
| XYZ | 42.64 | 23.15 | 5.24 | - |
| YUV | 106.6 | 96.07 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 50 | 0 | 0.84 | 0.80 | 0 | 357.75 | 1 | 0.58 |
| Hex | FF | 2A | 32 | 0 | 54 | 50 | 0 | 166 | 64 | 3A |
| Octal | 377 | 52 | 62 | 0 | 124 | 120 | 0 | 546 | 144 | 72 |
| Binary | 11111111 | 101010 | 110010 | 0 | 1010100 | 1010000 | 0 | 101100110 | 1100100 | 111010 |
Color Harmonies of #FF2A32
Complementary color
Monochromatic Colors of #FF2A32
Black with #FF2A32
Text Example
Text Example
White with #FF2A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A32; }
p { color: rgb(255,42,50); }
H1.HeaderClassName
{
color: #FF2A32;
}
.AnyTagClassName
{
color: #FF2A32;
}
</style>
background-color css
<style>
a { background-color: #FF2A32; }
a { background-color: rgb(255,42,50); }
div.DivClassName
{
background-color: #FF2A32;
}
.BgClassName
{
background-color: #FF2A32;
}
</style>
border-color css
<style>
span { border-color: #FF2A32; }
span { border-color: rgb(255,42,50); }
td.TdClassName
{
border-color: #FF2A32;
}
.TagClassName
{
border-color: #FF2A32;
}
</style>