Shades of Alizarin #FB2A2B
Tints of Alizarin #FB2A2B
RGB
CMYK
RGB Variations
Color information
#FB2A2B (or 0xFB2A2B) is known color: Alizarin. HEX triplet: FB, 2A and 2B. RGB value is (251,42,43). Sum of RGB (Red+Green+Blue) = 251+42+43=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A2B is #04D5D4. Grayscale: #686868. Windows color (decimal): -316885 or 2829051. OLE color: 2829051.
HSL color Cylindrical-coordinate representation of color #FB2A2B: hue angle of 359.71º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A2B is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 43 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.02 |
| HSL | 359.71º | 0.96% | 0.57% | - |
| HSV(B) | 359.71º | 0.83% | 0.98% | - |
| XYZ | 41.05 | 22.34 | 4.43 | - |
| YUV | 104.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 43 | 0 | 0.83 | 0.83 | 0.02 | 359.71 | 0.96 | 0.57 |
| Hex | FB | 2A | 2B | 0 | 53 | 53 | 2 | 168 | 60 | 39 |
| Octal | 373 | 52 | 53 | 0 | 123 | 123 | 2 | 550 | 140 | 71 |
| Binary | 11111011 | 101010 | 101011 | 0 | 1010011 | 1010011 | 10 | 101101000 | 1100000 | 111001 |
Color Harmonies of #FB2A2B
Complementary color
Monochromatic Colors of #FB2A2B
Black with #FB2A2B
Text Example
Text Example
White with #FB2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A2B; }
p { color: rgb(251,42,43); }
H1.HeaderClassName
{
color: #FB2A2B;
}
.AnyTagClassName
{
color: #FB2A2B;
}
</style>
background-color css
<style>
a { background-color: #FB2A2B; }
a { background-color: rgb(251,42,43); }
div.DivClassName
{
background-color: #FB2A2B;
}
.BgClassName
{
background-color: #FB2A2B;
}
</style>
border-color css
<style>
span { border-color: #FB2A2B; }
span { border-color: rgb(251,42,43); }
td.TdClassName
{
border-color: #FB2A2B;
}
.TagClassName
{
border-color: #FB2A2B;
}
</style>