Shades of Alizarin #FB283E
Tints of Alizarin #FB283E
RGB
CMYK
RGB Variations
Color information
#FB283E (or 0xFB283E) is known color: Alizarin. HEX triplet: FB, 28 and 3E. RGB value is (251,40,62). Sum of RGB (Red+Green+Blue) = 251+40+62=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB283E is #04D7C1. Grayscale: #696969. Windows color (decimal): -317378 or 4073723. OLE color: 4073723.
HSL color Cylindrical-coordinate representation of color #FB283E: hue angle of 353.74º 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 #FB283E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 62 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.02 |
| HSL | 353.74º | 0.96% | 0.57% | - |
| HSV(B) | 353.74º | 0.84% | 0.98% | - |
| XYZ | 41.41 | 22.37 | 6.69 | - |
| YUV | 105.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 62 | 0 | 0.84 | 0.75 | 0.02 | 353.74 | 0.96 | 0.57 |
| Hex | FB | 28 | 3E | 0 | 54 | 4B | 2 | 162 | 60 | 39 |
| Octal | 373 | 50 | 76 | 0 | 124 | 113 | 2 | 542 | 140 | 71 |
| Binary | 11111011 | 101000 | 111110 | 0 | 1010100 | 1001011 | 10 | 101100010 | 1100000 | 111001 |
Color Harmonies of #FB283E
Complementary color
Monochromatic Colors of #FB283E
Black with #FB283E
Text Example
Text Example
White with #FB283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB283E; }
p { color: rgb(251,40,62); }
H1.HeaderClassName
{
color: #FB283E;
}
.AnyTagClassName
{
color: #FB283E;
}
</style>
background-color css
<style>
a { background-color: #FB283E; }
a { background-color: rgb(251,40,62); }
div.DivClassName
{
background-color: #FB283E;
}
.BgClassName
{
background-color: #FB283E;
}
</style>
border-color css
<style>
span { border-color: #FB283E; }
span { border-color: rgb(251,40,62); }
td.TdClassName
{
border-color: #FB283E;
}
.TagClassName
{
border-color: #FB283E;
}
</style>