Shades of Alizarin #FB2D3B
Tints of Alizarin #FB2D3B
RGB
CMYK
RGB Variations
Color information
#FB2D3B (or 0xFB2D3B) is known color: Alizarin. HEX triplet: FB, 2D and 3B. RGB value is (251,45,59). Sum of RGB (Red+Green+Blue) = 251+45+59=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D3B is #04D2C4. Grayscale: #6C6C6C. Windows color (decimal): -316101 or 3878395. OLE color: 3878395.
HSL color Cylindrical-coordinate representation of color #FB2D3B: hue angle of 355.92º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D3B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 59 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.92º | 0.96% | 0.58% | - |
| HSV(B) | 355.92º | 0.82% | 0.98% | - |
| XYZ | 41.51 | 22.7 | 6.33 | - |
| YUV | 108.19 | 100.25 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 59 | 0 | 0.82 | 0.76 | 0.02 | 355.92 | 0.96 | 0.58 |
| Hex | FB | 2D | 3B | 0 | 52 | 4C | 2 | 164 | 60 | 3A |
| Octal | 373 | 55 | 73 | 0 | 122 | 114 | 2 | 544 | 140 | 72 |
| Binary | 11111011 | 101101 | 111011 | 0 | 1010010 | 1001100 | 10 | 101100100 | 1100000 | 111010 |
Color Harmonies of #FB2D3B
Complementary color
Monochromatic Colors of #FB2D3B
Black with #FB2D3B
Text Example
Text Example
White with #FB2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D3B; }
p { color: rgb(251,45,59); }
H1.HeaderClassName
{
color: #FB2D3B;
}
.AnyTagClassName
{
color: #FB2D3B;
}
</style>
background-color css
<style>
a { background-color: #FB2D3B; }
a { background-color: rgb(251,45,59); }
div.DivClassName
{
background-color: #FB2D3B;
}
.BgClassName
{
background-color: #FB2D3B;
}
</style>
border-color css
<style>
span { border-color: #FB2D3B; }
span { border-color: rgb(251,45,59); }
td.TdClassName
{
border-color: #FB2D3B;
}
.TagClassName
{
border-color: #FB2D3B;
}
</style>