Shades of Alizarin #FB2736
Tints of Alizarin #FB2736
RGB
CMYK
RGB Variations
Color information
#FB2736 (or 0xFB2736) is known color: Alizarin. HEX triplet: FB, 27 and 36. RGB value is (251,39,54). Sum of RGB (Red+Green+Blue) = 251+39+54=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2736 is #04D8C9. Grayscale: #686868. Windows color (decimal): -317642 or 3549179. OLE color: 3549179.
HSL color Cylindrical-coordinate representation of color #FB2736: hue angle of 355.75º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2736 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 54 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.02 |
| HSL | 355.75º | 0.96% | 0.57% | - |
| HSV(B) | 355.75º | 0.84% | 0.98% | - |
| XYZ | 41.18 | 22.23 | 5.61 | - |
| YUV | 104.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 54 | 0 | 0.84 | 0.78 | 0.02 | 355.75 | 0.96 | 0.57 |
| Hex | FB | 27 | 36 | 0 | 54 | 4E | 2 | 164 | 60 | 39 |
| Octal | 373 | 47 | 66 | 0 | 124 | 116 | 2 | 544 | 140 | 71 |
| Binary | 11111011 | 100111 | 110110 | 0 | 1010100 | 1001110 | 10 | 101100100 | 1100000 | 111001 |
Color Harmonies of #FB2736
Complementary color
Monochromatic Colors of #FB2736
Black with #FB2736
Text Example
Text Example
White with #FB2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2736; }
p { color: rgb(251,39,54); }
H1.HeaderClassName
{
color: #FB2736;
}
.AnyTagClassName
{
color: #FB2736;
}
</style>
background-color css
<style>
a { background-color: #FB2736; }
a { background-color: rgb(251,39,54); }
div.DivClassName
{
background-color: #FB2736;
}
.BgClassName
{
background-color: #FB2736;
}
</style>
border-color css
<style>
span { border-color: #FB2736; }
span { border-color: rgb(251,39,54); }
td.TdClassName
{
border-color: #FB2736;
}
.TagClassName
{
border-color: #FB2736;
}
</style>