Shades of Alizarin #FB263A
Tints of Alizarin #FB263A
RGB
CMYK
RGB Variations
Color information
#FB263A (or 0xFB263A) is known color: Alizarin. HEX triplet: FB, 26 and 3A. RGB value is (251,38,58). Sum of RGB (Red+Green+Blue) = 251+38+58=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB263A is #04D9C5. Grayscale: #686868. Windows color (decimal): -317894 or 3811067. OLE color: 3811067.
HSL color Cylindrical-coordinate representation of color #FB263A: hue angle of 354.37º 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 #FB263A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.02 |
| HSL | 354.37º | 0.96% | 0.57% | - |
| HSV(B) | 354.37º | 0.85% | 0.98% | - |
| XYZ | 41.24 | 22.2 | 6.11 | - |
| YUV | 103.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 58 | 0 | 0.85 | 0.77 | 0.02 | 354.37 | 0.96 | 0.57 |
| Hex | FB | 26 | 3A | 0 | 55 | 4D | 2 | 162 | 60 | 39 |
| Octal | 373 | 46 | 72 | 0 | 125 | 115 | 2 | 542 | 140 | 71 |
| Binary | 11111011 | 100110 | 111010 | 0 | 1010101 | 1001101 | 10 | 101100010 | 1100000 | 111001 |
Color Harmonies of #FB263A
Complementary color
Monochromatic Colors of #FB263A
Black with #FB263A
Text Example
Text Example
White with #FB263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB263A; }
p { color: rgb(251,38,58); }
H1.HeaderClassName
{
color: #FB263A;
}
.AnyTagClassName
{
color: #FB263A;
}
</style>
background-color css
<style>
a { background-color: #FB263A; }
a { background-color: rgb(251,38,58); }
div.DivClassName
{
background-color: #FB263A;
}
.BgClassName
{
background-color: #FB263A;
}
</style>
border-color css
<style>
span { border-color: #FB263A; }
span { border-color: rgb(251,38,58); }
td.TdClassName
{
border-color: #FB263A;
}
.TagClassName
{
border-color: #FB263A;
}
</style>