Shades of Alizarin #FB272B
Tints of Alizarin #FB272B
RGB
CMYK
RGB Variations
Color information
#FB272B (or 0xFB272B) is known color: Alizarin. HEX triplet: FB, 27 and 2B. RGB value is (251,39,43). Sum of RGB (Red+Green+Blue) = 251+39+43=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB272B is #04D8D4. Grayscale: #676767. Windows color (decimal): -317653 or 2828283. OLE color: 2828283.
HSL color Cylindrical-coordinate representation of color #FB272B: hue angle of 358.87º 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 #FB272B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 43 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.02 |
| HSL | 358.87º | 0.96% | 0.57% | - |
| HSV(B) | 358.87º | 0.84% | 0.98% | - |
| XYZ | 40.95 | 22.13 | 4.4 | - |
| YUV | 102.84 | 94.24 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 43 | 0 | 0.84 | 0.83 | 0.02 | 358.87 | 0.96 | 0.57 |
| Hex | FB | 27 | 2B | 0 | 54 | 53 | 2 | 167 | 60 | 39 |
| Octal | 373 | 47 | 53 | 0 | 124 | 123 | 2 | 547 | 140 | 71 |
| Binary | 11111011 | 100111 | 101011 | 0 | 1010100 | 1010011 | 10 | 101100111 | 1100000 | 111001 |
Color Harmonies of #FB272B
Complementary color
Monochromatic Colors of #FB272B
Black with #FB272B
Text Example
Text Example
White with #FB272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB272B; }
p { color: rgb(251,39,43); }
H1.HeaderClassName
{
color: #FB272B;
}
.AnyTagClassName
{
color: #FB272B;
}
</style>
background-color css
<style>
a { background-color: #FB272B; }
a { background-color: rgb(251,39,43); }
div.DivClassName
{
background-color: #FB272B;
}
.BgClassName
{
background-color: #FB272B;
}
</style>
border-color css
<style>
span { border-color: #FB272B; }
span { border-color: rgb(251,39,43); }
td.TdClassName
{
border-color: #FB272B;
}
.TagClassName
{
border-color: #FB272B;
}
</style>