Shades of Alizarin #FB2D3A
Tints of Alizarin #FB2D3A
RGB
CMYK
RGB Variations
Color information
#FB2D3A (or 0xFB2D3A) is known color: Alizarin. HEX triplet: FB, 2D and 3A. RGB value is (251,45,58). Sum of RGB (Red+Green+Blue) = 251+45+58=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D3A is #04D2C5. Grayscale: #6C6C6C. Windows color (decimal): -316102 or 3812859. OLE color: 3812859.
HSL color Cylindrical-coordinate representation of color #FB2D3A: hue angle of 356.21º 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 #FB2D3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.02 |
| HSL | 356.21º | 0.96% | 0.58% | - |
| HSV(B) | 356.21º | 0.82% | 0.98% | - |
| XYZ | 41.49 | 22.69 | 6.2 | - |
| YUV | 108.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 58 | 0 | 0.82 | 0.77 | 0.02 | 356.21 | 0.96 | 0.58 |
| Hex | FB | 2D | 3A | 0 | 52 | 4D | 2 | 164 | 60 | 3A |
| Octal | 373 | 55 | 72 | 0 | 122 | 115 | 2 | 544 | 140 | 72 |
| Binary | 11111011 | 101101 | 111010 | 0 | 1010010 | 1001101 | 10 | 101100100 | 1100000 | 111010 |
Color Harmonies of #FB2D3A
Complementary color
Monochromatic Colors of #FB2D3A
Black with #FB2D3A
Text Example
Text Example
White with #FB2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D3A; }
p { color: rgb(251,45,58); }
H1.HeaderClassName
{
color: #FB2D3A;
}
.AnyTagClassName
{
color: #FB2D3A;
}
</style>
background-color css
<style>
a { background-color: #FB2D3A; }
a { background-color: rgb(251,45,58); }
div.DivClassName
{
background-color: #FB2D3A;
}
.BgClassName
{
background-color: #FB2D3A;
}
</style>
border-color css
<style>
span { border-color: #FB2D3A; }
span { border-color: rgb(251,45,58); }
td.TdClassName
{
border-color: #FB2D3A;
}
.TagClassName
{
border-color: #FB2D3A;
}
</style>