Shades of Alizarin #FB2C3B
Tints of Alizarin #FB2C3B
RGB
CMYK
RGB Variations
Color information
#FB2C3B (or 0xFB2C3B) is known color: Alizarin. HEX triplet: FB, 2C and 3B. RGB value is (251,44,59). Sum of RGB (Red+Green+Blue) = 251+44+59=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2C3B is #04D3C4. Grayscale: #6B6B6B. Windows color (decimal): -316357 or 3878139. OLE color: 3878139.
HSL color Cylindrical-coordinate representation of color #FB2C3B: hue angle of 355.65º 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 #FB2C3B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 59 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.65º | 0.96% | 0.58% | - |
| HSV(B) | 355.65º | 0.82% | 0.98% | - |
| XYZ | 41.47 | 22.63 | 6.32 | - |
| YUV | 107.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 59 | 0 | 0.82 | 0.76 | 0.02 | 355.65 | 0.96 | 0.58 |
| Hex | FB | 2C | 3B | 0 | 52 | 4C | 2 | 164 | 60 | 3A |
| Octal | 373 | 54 | 73 | 0 | 122 | 114 | 2 | 544 | 140 | 72 |
| Binary | 11111011 | 101100 | 111011 | 0 | 1010010 | 1001100 | 10 | 101100100 | 1100000 | 111010 |
Color Harmonies of #FB2C3B
Complementary color
Monochromatic Colors of #FB2C3B
Black with #FB2C3B
Text Example
Text Example
White with #FB2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2C3B; }
p { color: rgb(251,44,59); }
H1.HeaderClassName
{
color: #FB2C3B;
}
.AnyTagClassName
{
color: #FB2C3B;
}
</style>
background-color css
<style>
a { background-color: #FB2C3B; }
a { background-color: rgb(251,44,59); }
div.DivClassName
{
background-color: #FB2C3B;
}
.BgClassName
{
background-color: #FB2C3B;
}
</style>
border-color css
<style>
span { border-color: #FB2C3B; }
span { border-color: rgb(251,44,59); }
td.TdClassName
{
border-color: #FB2C3B;
}
.TagClassName
{
border-color: #FB2C3B;
}
</style>