Shades of Alizarin #FB2F3A
Tints of Alizarin #FB2F3A
RGB
CMYK
RGB Variations
Color information
#FB2F3A (or 0xFB2F3A) is known color: Alizarin. HEX triplet: FB, 2F and 3A. RGB value is (251,47,58). Sum of RGB (Red+Green+Blue) = 251+47+58=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F3A is #04D0C5. Grayscale: #6D6D6D. Windows color (decimal): -315590 or 3813371. OLE color: 3813371.
HSL color Cylindrical-coordinate representation of color #FB2F3A: hue angle of 356.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F3A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 58 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.02 |
| HSL | 356.76º | 0.96% | 0.58% | - |
| HSV(B) | 356.76º | 0.81% | 0.98% | - |
| XYZ | 41.56 | 22.85 | 6.22 | - |
| YUV | 109.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 58 | 0 | 0.81 | 0.77 | 0.02 | 356.76 | 0.96 | 0.58 |
| Hex | FB | 2F | 3A | 0 | 51 | 4D | 2 | 165 | 60 | 3A |
| Octal | 373 | 57 | 72 | 0 | 121 | 115 | 2 | 545 | 140 | 72 |
| Binary | 11111011 | 101111 | 111010 | 0 | 1010001 | 1001101 | 10 | 101100101 | 1100000 | 111010 |
Color Harmonies of #FB2F3A
Complementary color
Monochromatic Colors of #FB2F3A
Black with #FB2F3A
Text Example
Text Example
White with #FB2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F3A; }
p { color: rgb(251,47,58); }
H1.HeaderClassName
{
color: #FB2F3A;
}
.AnyTagClassName
{
color: #FB2F3A;
}
</style>
background-color css
<style>
a { background-color: #FB2F3A; }
a { background-color: rgb(251,47,58); }
div.DivClassName
{
background-color: #FB2F3A;
}
.BgClassName
{
background-color: #FB2F3A;
}
</style>
border-color css
<style>
span { border-color: #FB2F3A; }
span { border-color: rgb(251,47,58); }
td.TdClassName
{
border-color: #FB2F3A;
}
.TagClassName
{
border-color: #FB2F3A;
}
</style>