Shades of Alizarin #FB2637
Tints of Alizarin #FB2637
RGB
CMYK
RGB Variations
Color information
#FB2637 (or 0xFB2637) is known color: Alizarin. HEX triplet: FB, 26 and 37. RGB value is (251,38,55). Sum of RGB (Red+Green+Blue) = 251+38+55=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2637 is #04D9C8. Grayscale: #676767. Windows color (decimal): -317897 or 3614459. OLE color: 3614459.
HSL color Cylindrical-coordinate representation of color #FB2637: hue angle of 355.21º 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 #FB2637 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.02 |
| HSL | 355.21º | 0.96% | 0.57% | - |
| HSV(B) | 355.21º | 0.85% | 0.98% | - |
| XYZ | 41.17 | 22.17 | 5.72 | - |
| YUV | 103.63 | 100.57 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 55 | 0 | 0.85 | 0.78 | 0.02 | 355.21 | 0.96 | 0.57 |
| Hex | FB | 26 | 37 | 0 | 55 | 4E | 2 | 163 | 60 | 39 |
| Octal | 373 | 46 | 67 | 0 | 125 | 116 | 2 | 543 | 140 | 71 |
| Binary | 11111011 | 100110 | 110111 | 0 | 1010101 | 1001110 | 10 | 101100011 | 1100000 | 111001 |
Color Harmonies of #FB2637
Complementary color
Monochromatic Colors of #FB2637
Black with #FB2637
Text Example
Text Example
White with #FB2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2637; }
p { color: rgb(251,38,55); }
H1.HeaderClassName
{
color: #FB2637;
}
.AnyTagClassName
{
color: #FB2637;
}
</style>
background-color css
<style>
a { background-color: #FB2637; }
a { background-color: rgb(251,38,55); }
div.DivClassName
{
background-color: #FB2637;
}
.BgClassName
{
background-color: #FB2637;
}
</style>
border-color css
<style>
span { border-color: #FB2637; }
span { border-color: rgb(251,38,55); }
td.TdClassName
{
border-color: #FB2637;
}
.TagClassName
{
border-color: #FB2637;
}
</style>