Shades of Alizarin #FB2940
Tints of Alizarin #FB2940
RGB
CMYK
RGB Variations
Color information
#FB2940 (or 0xFB2940) is known color: Alizarin. HEX triplet: FB, 29 and 40. RGB value is (251,41,64). Sum of RGB (Red+Green+Blue) = 251+41+64=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2940 is #04D6BF. Grayscale: #6A6A6A. Windows color (decimal): -317120 or 4205051. OLE color: 4205051.
HSL color Cylindrical-coordinate representation of color #FB2940: hue angle of 353.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2940 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 64 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.02 |
| HSL | 353.43º | 0.96% | 0.57% | - |
| HSV(B) | 353.43º | 0.84% | 0.98% | - |
| XYZ | 41.5 | 22.47 | 7 | - |
| YUV | 106.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 64 | 0 | 0.84 | 0.75 | 0.02 | 353.43 | 0.96 | 0.57 |
| Hex | FB | 29 | 40 | 0 | 54 | 4B | 2 | 161 | 60 | 39 |
| Octal | 373 | 51 | 100 | 0 | 124 | 113 | 2 | 541 | 140 | 71 |
| Binary | 11111011 | 101001 | 1000000 | 0 | 1010100 | 1001011 | 10 | 101100001 | 1100000 | 111001 |
Color Harmonies of #FB2940
Complementary color
Monochromatic Colors of #FB2940
Black with #FB2940
Text Example
Text Example
White with #FB2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2940; }
p { color: rgb(251,41,64); }
H1.HeaderClassName
{
color: #FB2940;
}
.AnyTagClassName
{
color: #FB2940;
}
</style>
background-color css
<style>
a { background-color: #FB2940; }
a { background-color: rgb(251,41,64); }
div.DivClassName
{
background-color: #FB2940;
}
.BgClassName
{
background-color: #FB2940;
}
</style>
border-color css
<style>
span { border-color: #FB2940; }
span { border-color: rgb(251,41,64); }
td.TdClassName
{
border-color: #FB2940;
}
.TagClassName
{
border-color: #FB2940;
}
</style>