Shades of Alizarin #FF2A3E
Tints of Alizarin #FF2A3E
RGB
CMYK
RGB Variations
Color information
#FF2A3E (or 0xFF2A3E) is known color: Alizarin. HEX triplet: FF, 2A and 3E. RGB value is (255,42,62). Sum of RGB (Red+Green+Blue) = 255+42+62=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A3E is #00D5C1. Grayscale: #6C6C6C. Windows color (decimal): -54722 or 4074239. OLE color: 4074239.
HSL color Cylindrical-coordinate representation of color #FF2A3E: hue angle of 354.37º 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 #FF2A3E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 62 | - |
| CMYK | 0 | 0.84 | 0.76 | 0 |
| HSL | 354.37º | 1% | 0.58% | - |
| HSV(B) | 354.37º | 0.84% | 1% | - |
| XYZ | 42.94 | 23.26 | 6.78 | - |
| YUV | 107.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 62 | 0 | 0.84 | 0.76 | 0 | 354.37 | 1 | 0.58 |
| Hex | FF | 2A | 3E | 0 | 54 | 4C | 0 | 162 | 64 | 3A |
| Octal | 377 | 52 | 76 | 0 | 124 | 114 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 101010 | 111110 | 0 | 1010100 | 1001100 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF2A3E
Complementary color
Monochromatic Colors of #FF2A3E
Black with #FF2A3E
Text Example
Text Example
White with #FF2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A3E; }
p { color: rgb(255,42,62); }
H1.HeaderClassName
{
color: #FF2A3E;
}
.AnyTagClassName
{
color: #FF2A3E;
}
</style>
background-color css
<style>
a { background-color: #FF2A3E; }
a { background-color: rgb(255,42,62); }
div.DivClassName
{
background-color: #FF2A3E;
}
.BgClassName
{
background-color: #FF2A3E;
}
</style>
border-color css
<style>
span { border-color: #FF2A3E; }
span { border-color: rgb(255,42,62); }
td.TdClassName
{
border-color: #FF2A3E;
}
.TagClassName
{
border-color: #FF2A3E;
}
</style>