Shades of Alizarin #FF2B3C
Tints of Alizarin #FF2B3C
RGB
CMYK
RGB Variations
Color information
#FF2B3C (or 0xFF2B3C) is known color: Alizarin. HEX triplet: FF, 2B and 3C. RGB value is (255,43,60). Sum of RGB (Red+Green+Blue) = 255+43+60=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B3C is #00D4C3. Grayscale: #6C6C6C. Windows color (decimal): -54468 or 3943423. OLE color: 3943423.
HSL color Cylindrical-coordinate representation of color #FF2B3C: hue angle of 355.19º 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 #FF2B3C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 60 | - |
| CMYK | 0 | 0.83 | 0.76 | 0 |
| HSL | 355.19º | 1% | 0.58% | - |
| HSV(B) | 355.19º | 0.83% | 1% | - |
| XYZ | 42.92 | 23.31 | 6.51 | - |
| YUV | 108.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 60 | 0 | 0.83 | 0.76 | 0 | 355.19 | 1 | 0.58 |
| Hex | FF | 2B | 3C | 0 | 53 | 4C | 0 | 163 | 64 | 3A |
| Octal | 377 | 53 | 74 | 0 | 123 | 114 | 0 | 543 | 144 | 72 |
| Binary | 11111111 | 101011 | 111100 | 0 | 1010011 | 1001100 | 0 | 101100011 | 1100100 | 111010 |
Color Harmonies of #FF2B3C
Complementary color
Monochromatic Colors of #FF2B3C
Black with #FF2B3C
Text Example
Text Example
White with #FF2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B3C; }
p { color: rgb(255,43,60); }
H1.HeaderClassName
{
color: #FF2B3C;
}
.AnyTagClassName
{
color: #FF2B3C;
}
</style>
background-color css
<style>
a { background-color: #FF2B3C; }
a { background-color: rgb(255,43,60); }
div.DivClassName
{
background-color: #FF2B3C;
}
.BgClassName
{
background-color: #FF2B3C;
}
</style>
border-color css
<style>
span { border-color: #FF2B3C; }
span { border-color: rgb(255,43,60); }
td.TdClassName
{
border-color: #FF2B3C;
}
.TagClassName
{
border-color: #FF2B3C;
}
</style>