Shades of Alizarin #FB2D3F
Tints of Alizarin #FB2D3F
RGB
CMYK
RGB Variations
Color information
#FB2D3F (or 0xFB2D3F) is known color: Alizarin. HEX triplet: FB, 2D and 3F. RGB value is (251,45,63). Sum of RGB (Red+Green+Blue) = 251+45+63=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D3F is #04D2C0. Grayscale: #6C6C6C. Windows color (decimal): -316097 or 4140539. OLE color: 4140539.
HSL color Cylindrical-coordinate representation of color #FB2D3F: hue angle of 354.76º 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 #FB2D3F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 63 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.02 |
| HSL | 354.76º | 0.96% | 0.58% | - |
| HSV(B) | 354.76º | 0.82% | 0.98% | - |
| XYZ | 41.62 | 22.74 | 6.9 | - |
| YUV | 108.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 63 | 0 | 0.82 | 0.75 | 0.02 | 354.76 | 0.96 | 0.58 |
| Hex | FB | 2D | 3F | 0 | 52 | 4B | 2 | 163 | 60 | 3A |
| Octal | 373 | 55 | 77 | 0 | 122 | 113 | 2 | 543 | 140 | 72 |
| Binary | 11111011 | 101101 | 111111 | 0 | 1010010 | 1001011 | 10 | 101100011 | 1100000 | 111010 |
Color Harmonies of #FB2D3F
Complementary color
Monochromatic Colors of #FB2D3F
Black with #FB2D3F
Text Example
Text Example
White with #FB2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D3F; }
p { color: rgb(251,45,63); }
H1.HeaderClassName
{
color: #FB2D3F;
}
.AnyTagClassName
{
color: #FB2D3F;
}
</style>
background-color css
<style>
a { background-color: #FB2D3F; }
a { background-color: rgb(251,45,63); }
div.DivClassName
{
background-color: #FB2D3F;
}
.BgClassName
{
background-color: #FB2D3F;
}
</style>
border-color css
<style>
span { border-color: #FB2D3F; }
span { border-color: rgb(251,45,63); }
td.TdClassName
{
border-color: #FB2D3F;
}
.TagClassName
{
border-color: #FB2D3F;
}
</style>