Shades of Alizarin #FB2935
Tints of Alizarin #FB2935
RGB
CMYK
RGB Variations
Color information
#FB2935 (or 0xFB2935) is known color: Alizarin. HEX triplet: FB, 29 and 35. RGB value is (251,41,53). Sum of RGB (Red+Green+Blue) = 251+41+53=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2935 is #04D6CA. Grayscale: #696969. Windows color (decimal): -317131 or 3484155. OLE color: 3484155.
HSL color Cylindrical-coordinate representation of color #FB2935: hue angle of 356.57º 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 #FB2935 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 53 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.02 |
| HSL | 356.57º | 0.96% | 0.57% | - |
| HSV(B) | 356.57º | 0.84% | 0.98% | - |
| XYZ | 41.22 | 22.35 | 5.51 | - |
| YUV | 105.16 | 98.57 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 53 | 0 | 0.84 | 0.79 | 0.02 | 356.57 | 0.96 | 0.57 |
| Hex | FB | 29 | 35 | 0 | 54 | 4F | 2 | 165 | 60 | 39 |
| Octal | 373 | 51 | 65 | 0 | 124 | 117 | 2 | 545 | 140 | 71 |
| Binary | 11111011 | 101001 | 110101 | 0 | 1010100 | 1001111 | 10 | 101100101 | 1100000 | 111001 |
Color Harmonies of #FB2935
Complementary color
Monochromatic Colors of #FB2935
Black with #FB2935
Text Example
Text Example
White with #FB2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2935; }
p { color: rgb(251,41,53); }
H1.HeaderClassName
{
color: #FB2935;
}
.AnyTagClassName
{
color: #FB2935;
}
</style>
background-color css
<style>
a { background-color: #FB2935; }
a { background-color: rgb(251,41,53); }
div.DivClassName
{
background-color: #FB2935;
}
.BgClassName
{
background-color: #FB2935;
}
</style>
border-color css
<style>
span { border-color: #FB2935; }
span { border-color: rgb(251,41,53); }
td.TdClassName
{
border-color: #FB2935;
}
.TagClassName
{
border-color: #FB2935;
}
</style>