Shades of Alizarin #FF2B3E
Tints of Alizarin #FF2B3E
RGB
CMYK
RGB Variations
Color information
#FF2B3E (or 0xFF2B3E) is known color: Alizarin. HEX triplet: FF, 2B and 3E. RGB value is (255,43,62). Sum of RGB (Red+Green+Blue) = 255+43+62=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B3E is #00D4C1. Grayscale: #6C6C6C. Windows color (decimal): -54466 or 4074495. OLE color: 4074495.
HSL color Cylindrical-coordinate representation of color #FF2B3E: hue angle of 354.62º 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 #FF2B3E is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 62 | - |
| CMYK | 0 | 0.83 | 0.76 | 0 |
| HSL | 354.62º | 1% | 0.58% | - |
| HSV(B) | 354.62º | 0.83% | 1% | - |
| XYZ | 42.97 | 23.34 | 6.8 | - |
| YUV | 108.55 | 101.74 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 62 | 0 | 0.83 | 0.76 | 0 | 354.62 | 1 | 0.58 |
| Hex | FF | 2B | 3E | 0 | 53 | 4C | 0 | 163 | 64 | 3A |
| Octal | 377 | 53 | 76 | 0 | 123 | 114 | 0 | 543 | 144 | 72 |
| Binary | 11111111 | 101011 | 111110 | 0 | 1010011 | 1001100 | 0 | 101100011 | 1100100 | 111010 |
Color Harmonies of #FF2B3E
Complementary color
Monochromatic Colors of #FF2B3E
Black with #FF2B3E
Text Example
Text Example
White with #FF2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B3E; }
p { color: rgb(255,43,62); }
H1.HeaderClassName
{
color: #FF2B3E;
}
.AnyTagClassName
{
color: #FF2B3E;
}
</style>
background-color css
<style>
a { background-color: #FF2B3E; }
a { background-color: rgb(255,43,62); }
div.DivClassName
{
background-color: #FF2B3E;
}
.BgClassName
{
background-color: #FF2B3E;
}
</style>
border-color css
<style>
span { border-color: #FF2B3E; }
span { border-color: rgb(255,43,62); }
td.TdClassName
{
border-color: #FF2B3E;
}
.TagClassName
{
border-color: #FF2B3E;
}
</style>