Shades of Alizarin #FB283B
Tints of Alizarin #FB283B
RGB
CMYK
RGB Variations
Color information
#FB283B (or 0xFB283B) is known color: Alizarin. HEX triplet: FB, 28 and 3B. RGB value is (251,40,59). Sum of RGB (Red+Green+Blue) = 251+40+59=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB283B is #04D7C4. Grayscale: #696969. Windows color (decimal): -317381 or 3877115. OLE color: 3877115.
HSL color Cylindrical-coordinate representation of color #FB283B: hue angle of 354.6º 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 #FB283B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 354.6º | 0.96% | 0.57% | - |
| HSV(B) | 354.6º | 0.84% | 0.98% | - |
| XYZ | 41.33 | 22.34 | 6.27 | - |
| YUV | 105.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 59 | 0 | 0.84 | 0.76 | 0.02 | 354.6 | 0.96 | 0.57 |
| Hex | FB | 28 | 3B | 0 | 54 | 4C | 2 | 163 | 60 | 39 |
| Octal | 373 | 50 | 73 | 0 | 124 | 114 | 2 | 543 | 140 | 71 |
| Binary | 11111011 | 101000 | 111011 | 0 | 1010100 | 1001100 | 10 | 101100011 | 1100000 | 111001 |
Color Harmonies of #FB283B
Complementary color
Monochromatic Colors of #FB283B
Black with #FB283B
Text Example
Text Example
White with #FB283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB283B; }
p { color: rgb(251,40,59); }
H1.HeaderClassName
{
color: #FB283B;
}
.AnyTagClassName
{
color: #FB283B;
}
</style>
background-color css
<style>
a { background-color: #FB283B; }
a { background-color: rgb(251,40,59); }
div.DivClassName
{
background-color: #FB283B;
}
.BgClassName
{
background-color: #FB283B;
}
</style>
border-color css
<style>
span { border-color: #FB283B; }
span { border-color: rgb(251,40,59); }
td.TdClassName
{
border-color: #FB283B;
}
.TagClassName
{
border-color: #FB283B;
}
</style>