Shades of Alizarin #FB3136
Tints of Alizarin #FB3136
RGB
CMYK
RGB Variations
Color information
#FB3136 (or 0xFB3136) is known color: Alizarin. HEX triplet: FB, 31 and 36. RGB value is (251,49,54). Sum of RGB (Red+Green+Blue) = 251+49+54=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3136 is #04CEC9. Grayscale: #6E6E6E. Windows color (decimal): -315082 or 3551739. OLE color: 3551739.
HSL color Cylindrical-coordinate representation of color #FB3136: hue angle of 358.51º 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 #FB3136 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 54 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.02 |
| HSL | 358.51º | 0.96% | 0.59% | - |
| HSV(B) | 358.51º | 0.8% | 0.98% | - |
| XYZ | 41.55 | 22.97 | 5.73 | - |
| YUV | 109.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 54 | 0 | 0.80 | 0.78 | 0.02 | 358.51 | 0.96 | 0.59 |
| Hex | FB | 31 | 36 | 0 | 50 | 4E | 2 | 167 | 60 | 3B |
| Octal | 373 | 61 | 66 | 0 | 120 | 116 | 2 | 547 | 140 | 73 |
| Binary | 11111011 | 110001 | 110110 | 0 | 1010000 | 1001110 | 10 | 101100111 | 1100000 | 111011 |
Color Harmonies of #FB3136
Complementary color
Monochromatic Colors of #FB3136
Black with #FB3136
Text Example
Text Example
White with #FB3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3136; }
p { color: rgb(251,49,54); }
H1.HeaderClassName
{
color: #FB3136;
}
.AnyTagClassName
{
color: #FB3136;
}
</style>
background-color css
<style>
a { background-color: #FB3136; }
a { background-color: rgb(251,49,54); }
div.DivClassName
{
background-color: #FB3136;
}
.BgClassName
{
background-color: #FB3136;
}
</style>
border-color css
<style>
span { border-color: #FB3136; }
span { border-color: rgb(251,49,54); }
td.TdClassName
{
border-color: #FB3136;
}
.TagClassName
{
border-color: #FB3136;
}
</style>