Shades of Alizarin #FB263B
Tints of Alizarin #FB263B
RGB
CMYK
RGB Variations
Color information
#FB263B (or 0xFB263B) is known color: Alizarin. HEX triplet: FB, 26 and 3B. RGB value is (251,38,59). Sum of RGB (Red+Green+Blue) = 251+38+59=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB263B is #04D9C4. Grayscale: #686868. Windows color (decimal): -317893 or 3876603. OLE color: 3876603.
HSL color Cylindrical-coordinate representation of color #FB263B: hue angle of 354.08º 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 #FB263B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.02 |
| HSL | 354.08º | 0.96% | 0.57% | - |
| HSV(B) | 354.08º | 0.85% | 0.98% | - |
| XYZ | 41.27 | 22.21 | 6.25 | - |
| YUV | 104.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 59 | 0 | 0.85 | 0.76 | 0.02 | 354.08 | 0.96 | 0.57 |
| Hex | FB | 26 | 3B | 0 | 55 | 4C | 2 | 162 | 60 | 39 |
| Octal | 373 | 46 | 73 | 0 | 125 | 114 | 2 | 542 | 140 | 71 |
| Binary | 11111011 | 100110 | 111011 | 0 | 1010101 | 1001100 | 10 | 101100010 | 1100000 | 111001 |
Color Harmonies of #FB263B
Complementary color
Monochromatic Colors of #FB263B
Black with #FB263B
Text Example
Text Example
White with #FB263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB263B; }
p { color: rgb(251,38,59); }
H1.HeaderClassName
{
color: #FB263B;
}
.AnyTagClassName
{
color: #FB263B;
}
</style>
background-color css
<style>
a { background-color: #FB263B; }
a { background-color: rgb(251,38,59); }
div.DivClassName
{
background-color: #FB263B;
}
.BgClassName
{
background-color: #FB263B;
}
</style>
border-color css
<style>
span { border-color: #FB263B; }
span { border-color: rgb(251,38,59); }
td.TdClassName
{
border-color: #FB263B;
}
.TagClassName
{
border-color: #FB263B;
}
</style>