Shades of Alizarin #FB263F
Tints of Alizarin #FB263F
RGB
CMYK
RGB Variations
Color information
#FB263F (or 0xFB263F) is known color: Alizarin. HEX triplet: FB, 26 and 3F. RGB value is (251,38,63). Sum of RGB (Red+Green+Blue) = 251+38+63=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB263F is #04D9C0. Grayscale: #686868. Windows color (decimal): -317889 or 4138747. OLE color: 4138747.
HSL color Cylindrical-coordinate representation of color #FB263F: hue angle of 352.96º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB263F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.02 |
| HSL | 352.96º | 0.96% | 0.57% | - |
| HSV(B) | 352.96º | 0.85% | 0.98% | - |
| XYZ | 41.37 | 22.25 | 6.82 | - |
| YUV | 104.54 | 104.57 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 63 | 0 | 0.85 | 0.75 | 0.02 | 352.96 | 0.96 | 0.57 |
| Hex | FB | 26 | 3F | 0 | 55 | 4B | 2 | 161 | 60 | 39 |
| Octal | 373 | 46 | 77 | 0 | 125 | 113 | 2 | 541 | 140 | 71 |
| Binary | 11111011 | 100110 | 111111 | 0 | 1010101 | 1001011 | 10 | 101100001 | 1100000 | 111001 |
Color Harmonies of #FB263F
Complementary color
Monochromatic Colors of #FB263F
Black with #FB263F
Text Example
Text Example
White with #FB263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB263F; }
p { color: rgb(251,38,63); }
H1.HeaderClassName
{
color: #FB263F;
}
.AnyTagClassName
{
color: #FB263F;
}
</style>
background-color css
<style>
a { background-color: #FB263F; }
a { background-color: rgb(251,38,63); }
div.DivClassName
{
background-color: #FB263F;
}
.BgClassName
{
background-color: #FB263F;
}
</style>
border-color css
<style>
span { border-color: #FB263F; }
span { border-color: rgb(251,38,63); }
td.TdClassName
{
border-color: #FB263F;
}
.TagClassName
{
border-color: #FB263F;
}
</style>