Shades of Alizarin #FF2A3B
Tints of Alizarin #FF2A3B
RGB
CMYK
RGB Variations
Color information
#FF2A3B (or 0xFF2A3B) is known color: Alizarin. HEX triplet: FF, 2A and 3B. RGB value is (255,42,59). Sum of RGB (Red+Green+Blue) = 255+42+59=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A3B is #00D5C4. Grayscale: #6B6B6B. Windows color (decimal): -54725 or 3877631. OLE color: 3877631.
HSL color Cylindrical-coordinate representation of color #FF2A3B: hue angle of 355.21º 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 #FF2A3B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 59 | - |
| CMYK | 0 | 0.84 | 0.77 | 0 |
| HSL | 355.21º | 1% | 0.58% | - |
| HSV(B) | 355.21º | 0.84% | 1% | - |
| XYZ | 42.86 | 23.23 | 6.36 | - |
| YUV | 107.63 | 100.57 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 59 | 0 | 0.84 | 0.77 | 0 | 355.21 | 1 | 0.58 |
| Hex | FF | 2A | 3B | 0 | 54 | 4D | 0 | 163 | 64 | 3A |
| Octal | 377 | 52 | 73 | 0 | 124 | 115 | 0 | 543 | 144 | 72 |
| Binary | 11111111 | 101010 | 111011 | 0 | 1010100 | 1001101 | 0 | 101100011 | 1100100 | 111010 |
Color Harmonies of #FF2A3B
Complementary color
Monochromatic Colors of #FF2A3B
Black with #FF2A3B
Text Example
Text Example
White with #FF2A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A3B; }
p { color: rgb(255,42,59); }
H1.HeaderClassName
{
color: #FF2A3B;
}
.AnyTagClassName
{
color: #FF2A3B;
}
</style>
background-color css
<style>
a { background-color: #FF2A3B; }
a { background-color: rgb(255,42,59); }
div.DivClassName
{
background-color: #FF2A3B;
}
.BgClassName
{
background-color: #FF2A3B;
}
</style>
border-color css
<style>
span { border-color: #FF2A3B; }
span { border-color: rgb(255,42,59); }
td.TdClassName
{
border-color: #FF2A3B;
}
.TagClassName
{
border-color: #FF2A3B;
}
</style>