Shades of Alizarin #FB323B
Tints of Alizarin #FB323B
RGB
CMYK
RGB Variations
Color information
#FB323B (or 0xFB323B) is known color: Alizarin. HEX triplet: FB, 32 and 3B. RGB value is (251,50,59). Sum of RGB (Red+Green+Blue) = 251+50+59=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB323B is #04CDC4. Grayscale: #6F6F6F. Windows color (decimal): -314821 or 3879675. OLE color: 3879675.
HSL color Cylindrical-coordinate representation of color #FB323B: hue angle of 357.31º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB323B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.02 |
| HSL | 357.31º | 0.96% | 0.59% | - |
| HSV(B) | 357.31º | 0.8% | 0.98% | - |
| XYZ | 41.71 | 23.11 | 6.4 | - |
| YUV | 111.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 59 | 0 | 0.80 | 0.76 | 0.02 | 357.31 | 0.96 | 0.59 |
| Hex | FB | 32 | 3B | 0 | 50 | 4C | 2 | 165 | 60 | 3B |
| Octal | 373 | 62 | 73 | 0 | 120 | 114 | 2 | 545 | 140 | 73 |
| Binary | 11111011 | 110010 | 111011 | 0 | 1010000 | 1001100 | 10 | 101100101 | 1100000 | 111011 |
Color Harmonies of #FB323B
Complementary color
Monochromatic Colors of #FB323B
Black with #FB323B
Text Example
Text Example
White with #FB323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB323B; }
p { color: rgb(251,50,59); }
H1.HeaderClassName
{
color: #FB323B;
}
.AnyTagClassName
{
color: #FB323B;
}
</style>
background-color css
<style>
a { background-color: #FB323B; }
a { background-color: rgb(251,50,59); }
div.DivClassName
{
background-color: #FB323B;
}
.BgClassName
{
background-color: #FB323B;
}
</style>
border-color css
<style>
span { border-color: #FB323B; }
span { border-color: rgb(251,50,59); }
td.TdClassName
{
border-color: #FB323B;
}
.TagClassName
{
border-color: #FB323B;
}
</style>