Shades of Alizarin #FB2A2D
Tints of Alizarin #FB2A2D
RGB
CMYK
RGB Variations
Color information
#FB2A2D (or 0xFB2A2D) is known color: Alizarin. HEX triplet: FB, 2A and 2D. RGB value is (251,42,45). Sum of RGB (Red+Green+Blue) = 251+42+45=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A2D is #04D5D2. Grayscale: #696969. Windows color (decimal): -316883 or 2960123. OLE color: 2960123.
HSL color Cylindrical-coordinate representation of color #FB2A2D: hue angle of 359.14º 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 #FB2A2D is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 45 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.02 |
| HSL | 359.14º | 0.96% | 0.57% | - |
| HSV(B) | 359.14º | 0.83% | 0.98% | - |
| XYZ | 41.09 | 22.35 | 4.63 | - |
| YUV | 104.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 45 | 0 | 0.83 | 0.82 | 0.02 | 359.14 | 0.96 | 0.57 |
| Hex | FB | 2A | 2D | 0 | 53 | 52 | 2 | 167 | 60 | 39 |
| Octal | 373 | 52 | 55 | 0 | 123 | 122 | 2 | 547 | 140 | 71 |
| Binary | 11111011 | 101010 | 101101 | 0 | 1010011 | 1010010 | 10 | 101100111 | 1100000 | 111001 |
Color Harmonies of #FB2A2D
Complementary color
Monochromatic Colors of #FB2A2D
Black with #FB2A2D
Text Example
Text Example
White with #FB2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A2D; }
p { color: rgb(251,42,45); }
H1.HeaderClassName
{
color: #FB2A2D;
}
.AnyTagClassName
{
color: #FB2A2D;
}
</style>
background-color css
<style>
a { background-color: #FB2A2D; }
a { background-color: rgb(251,42,45); }
div.DivClassName
{
background-color: #FB2A2D;
}
.BgClassName
{
background-color: #FB2A2D;
}
</style>
border-color css
<style>
span { border-color: #FB2A2D; }
span { border-color: rgb(251,42,45); }
td.TdClassName
{
border-color: #FB2A2D;
}
.TagClassName
{
border-color: #FB2A2D;
}
</style>