Shades of Alizarin #FF2A2B
Tints of Alizarin #FF2A2B
RGB
CMYK
RGB Variations
Color information
#FF2A2B (or 0xFF2A2B) is known color: Alizarin. HEX triplet: FF, 2A and 2B. RGB value is (255,42,43). Sum of RGB (Red+Green+Blue) = 255+42+43=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A2B is #00D5D4. Grayscale: #6A6A6A. Windows color (decimal): -54741 or 2829055. OLE color: 2829055.
HSL color Cylindrical-coordinate representation of color #FF2A2B: hue angle of 359.72º 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 #FF2A2B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 43 | - |
| CMYK | 0 | 0.84 | 0.83 | 0 |
| HSL | 359.72º | 1% | 0.58% | - |
| HSV(B) | 359.72º | 0.84% | 1% | - |
| XYZ | 42.5 | 23.09 | 4.5 | - |
| YUV | 105.8 | 92.57 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 43 | 0 | 0.84 | 0.83 | 0 | 359.72 | 1 | 0.58 |
| Hex | FF | 2A | 2B | 0 | 54 | 53 | 0 | 168 | 64 | 3A |
| Octal | 377 | 52 | 53 | 0 | 124 | 123 | 0 | 550 | 144 | 72 |
| Binary | 11111111 | 101010 | 101011 | 0 | 1010100 | 1010011 | 0 | 101101000 | 1100100 | 111010 |
Color Harmonies of #FF2A2B
Complementary color
Monochromatic Colors of #FF2A2B
Black with #FF2A2B
Text Example
Text Example
White with #FF2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A2B; }
p { color: rgb(255,42,43); }
H1.HeaderClassName
{
color: #FF2A2B;
}
.AnyTagClassName
{
color: #FF2A2B;
}
</style>
background-color css
<style>
a { background-color: #FF2A2B; }
a { background-color: rgb(255,42,43); }
div.DivClassName
{
background-color: #FF2A2B;
}
.BgClassName
{
background-color: #FF2A2B;
}
</style>
border-color css
<style>
span { border-color: #FF2A2B; }
span { border-color: rgb(255,42,43); }
td.TdClassName
{
border-color: #FF2A2B;
}
.TagClassName
{
border-color: #FF2A2B;
}
</style>