Shades of Alizarin #FF2B31
Tints of Alizarin #FF2B31
RGB
CMYK
RGB Variations
Color information
#FF2B31 (or 0xFF2B31) is known color: Alizarin. HEX triplet: FF, 2B and 31. RGB value is (255,43,49). Sum of RGB (Red+Green+Blue) = 255+43+49=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B31 is #00D4CE. Grayscale: #6B6B6B. Windows color (decimal): -54479 or 3222527. OLE color: 3222527.
HSL color Cylindrical-coordinate representation of color #FF2B31: hue angle of 358.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B31 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 49 | - |
| CMYK | 0 | 0.83 | 0.81 | 0 |
| HSL | 358.3º | 1% | 0.58% | - |
| HSV(B) | 358.3º | 0.83% | 1% | - |
| XYZ | 42.66 | 23.21 | 5.14 | - |
| YUV | 107.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 49 | 0 | 0.83 | 0.81 | 0 | 358.3 | 1 | 0.58 |
| Hex | FF | 2B | 31 | 0 | 53 | 51 | 0 | 166 | 64 | 3A |
| Octal | 377 | 53 | 61 | 0 | 123 | 121 | 0 | 546 | 144 | 72 |
| Binary | 11111111 | 101011 | 110001 | 0 | 1010011 | 1010001 | 0 | 101100110 | 1100100 | 111010 |
Color Harmonies of #FF2B31
Complementary color
Monochromatic Colors of #FF2B31
Black with #FF2B31
Text Example
Text Example
White with #FF2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B31; }
p { color: rgb(255,43,49); }
H1.HeaderClassName
{
color: #FF2B31;
}
.AnyTagClassName
{
color: #FF2B31;
}
</style>
background-color css
<style>
a { background-color: #FF2B31; }
a { background-color: rgb(255,43,49); }
div.DivClassName
{
background-color: #FF2B31;
}
.BgClassName
{
background-color: #FF2B31;
}
</style>
border-color css
<style>
span { border-color: #FF2B31; }
span { border-color: rgb(255,43,49); }
td.TdClassName
{
border-color: #FF2B31;
}
.TagClassName
{
border-color: #FF2B31;
}
</style>