Shades of Alizarin #FB282F
Tints of Alizarin #FB282F
RGB
CMYK
RGB Variations
Color information
#FB282F (or 0xFB282F) is known color: Alizarin. HEX triplet: FB, 28 and 2F. RGB value is (251,40,47). Sum of RGB (Red+Green+Blue) = 251+40+47=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB282F is #04D7D0. Grayscale: #686868. Windows color (decimal): -317393 or 3090683. OLE color: 3090683.
HSL color Cylindrical-coordinate representation of color #FB282F: hue angle of 358.01º 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 #FB282F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.02 |
| HSL | 358.01º | 0.96% | 0.57% | - |
| HSV(B) | 358.01º | 0.84% | 0.98% | - |
| XYZ | 41.06 | 22.23 | 4.82 | - |
| YUV | 103.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 47 | 0 | 0.84 | 0.81 | 0.02 | 358.01 | 0.96 | 0.57 |
| Hex | FB | 28 | 2F | 0 | 54 | 51 | 2 | 166 | 60 | 39 |
| Octal | 373 | 50 | 57 | 0 | 124 | 121 | 2 | 546 | 140 | 71 |
| Binary | 11111011 | 101000 | 101111 | 0 | 1010100 | 1010001 | 10 | 101100110 | 1100000 | 111001 |
Color Harmonies of #FB282F
Complementary color
Monochromatic Colors of #FB282F
Black with #FB282F
Text Example
Text Example
White with #FB282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB282F; }
p { color: rgb(251,40,47); }
H1.HeaderClassName
{
color: #FB282F;
}
.AnyTagClassName
{
color: #FB282F;
}
</style>
background-color css
<style>
a { background-color: #FB282F; }
a { background-color: rgb(251,40,47); }
div.DivClassName
{
background-color: #FB282F;
}
.BgClassName
{
background-color: #FB282F;
}
</style>
border-color css
<style>
span { border-color: #FB282F; }
span { border-color: rgb(251,40,47); }
td.TdClassName
{
border-color: #FB282F;
}
.TagClassName
{
border-color: #FB282F;
}
</style>