Shades of Alizarin #FB2835
Tints of Alizarin #FB2835
RGB
CMYK
RGB Variations
Color information
#FB2835 (or 0xFB2835) is known color: Alizarin. HEX triplet: FB, 28 and 35. RGB value is (251,40,53). Sum of RGB (Red+Green+Blue) = 251+40+53=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2835 is #04D7CA. Grayscale: #686868. Windows color (decimal): -317387 or 3483899. OLE color: 3483899.
HSL color Cylindrical-coordinate representation of color #FB2835: hue angle of 356.3º 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 #FB2835 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 53 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.02 |
| HSL | 356.3º | 0.96% | 0.57% | - |
| HSV(B) | 356.3º | 0.84% | 0.98% | - |
| XYZ | 41.19 | 22.28 | 5.5 | - |
| YUV | 104.57 | 98.9 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 53 | 0 | 0.84 | 0.79 | 0.02 | 356.3 | 0.96 | 0.57 |
| Hex | FB | 28 | 35 | 0 | 54 | 4F | 2 | 164 | 60 | 39 |
| Octal | 373 | 50 | 65 | 0 | 124 | 117 | 2 | 544 | 140 | 71 |
| Binary | 11111011 | 101000 | 110101 | 0 | 1010100 | 1001111 | 10 | 101100100 | 1100000 | 111001 |
Color Harmonies of #FB2835
Complementary color
Monochromatic Colors of #FB2835
Black with #FB2835
Text Example
Text Example
White with #FB2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2835; }
p { color: rgb(251,40,53); }
H1.HeaderClassName
{
color: #FB2835;
}
.AnyTagClassName
{
color: #FB2835;
}
</style>
background-color css
<style>
a { background-color: #FB2835; }
a { background-color: rgb(251,40,53); }
div.DivClassName
{
background-color: #FB2835;
}
.BgClassName
{
background-color: #FB2835;
}
</style>
border-color css
<style>
span { border-color: #FB2835; }
span { border-color: rgb(251,40,53); }
td.TdClassName
{
border-color: #FB2835;
}
.TagClassName
{
border-color: #FB2835;
}
</style>