Shades of Alizarin #FB2640
Tints of Alizarin #FB2640
RGB
CMYK
RGB Variations
Color information
#FB2640 (or 0xFB2640) is known color: Alizarin. HEX triplet: FB, 26 and 40. RGB value is (251,38,64). Sum of RGB (Red+Green+Blue) = 251+38+64=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2640 is #04D9BF. Grayscale: #686868. Windows color (decimal): -317888 or 4204283. OLE color: 4204283.
HSL color Cylindrical-coordinate representation of color #FB2640: hue angle of 352.68º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2640 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 64 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.02 |
| HSL | 352.68º | 0.96% | 0.57% | - |
| HSV(B) | 352.68º | 0.85% | 0.98% | - |
| XYZ | 41.4 | 22.27 | 6.97 | - |
| YUV | 104.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 64 | 0 | 0.85 | 0.75 | 0.02 | 352.68 | 0.96 | 0.57 |
| Hex | FB | 26 | 40 | 0 | 55 | 4B | 2 | 161 | 60 | 39 |
| Octal | 373 | 46 | 100 | 0 | 125 | 113 | 2 | 541 | 140 | 71 |
| Binary | 11111011 | 100110 | 1000000 | 0 | 1010101 | 1001011 | 10 | 101100001 | 1100000 | 111001 |
Color Harmonies of #FB2640
Complementary color
Monochromatic Colors of #FB2640
Black with #FB2640
Text Example
Text Example
White with #FB2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2640; }
p { color: rgb(251,38,64); }
H1.HeaderClassName
{
color: #FB2640;
}
.AnyTagClassName
{
color: #FB2640;
}
</style>
background-color css
<style>
a { background-color: #FB2640; }
a { background-color: rgb(251,38,64); }
div.DivClassName
{
background-color: #FB2640;
}
.BgClassName
{
background-color: #FB2640;
}
</style>
border-color css
<style>
span { border-color: #FB2640; }
span { border-color: rgb(251,38,64); }
td.TdClassName
{
border-color: #FB2640;
}
.TagClassName
{
border-color: #FB2640;
}
</style>