Shades of Alizarin #FB262E
Tints of Alizarin #FB262E
RGB
CMYK
RGB Variations
Color information
#FB262E (or 0xFB262E) is known color: Alizarin. HEX triplet: FB, 26 and 2E. RGB value is (251,38,46). Sum of RGB (Red+Green+Blue) = 251+38+46=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB262E is #04D9D1. Grayscale: #666666. Windows color (decimal): -317906 or 3024635. OLE color: 3024635.
HSL color Cylindrical-coordinate representation of color #FB262E: hue angle of 357.75º 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 #FB262E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 46 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.02 |
| HSL | 357.75º | 0.96% | 0.57% | - |
| HSV(B) | 357.75º | 0.85% | 0.98% | - |
| XYZ | 40.97 | 22.09 | 4.69 | - |
| YUV | 102.6 | 96.07 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 46 | 0 | 0.85 | 0.82 | 0.02 | 357.75 | 0.96 | 0.57 |
| Hex | FB | 26 | 2E | 0 | 55 | 52 | 2 | 166 | 60 | 39 |
| Octal | 373 | 46 | 56 | 0 | 125 | 122 | 2 | 546 | 140 | 71 |
| Binary | 11111011 | 100110 | 101110 | 0 | 1010101 | 1010010 | 10 | 101100110 | 1100000 | 111001 |
Color Harmonies of #FB262E
Complementary color
Monochromatic Colors of #FB262E
Black with #FB262E
Text Example
Text Example
White with #FB262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB262E; }
p { color: rgb(251,38,46); }
H1.HeaderClassName
{
color: #FB262E;
}
.AnyTagClassName
{
color: #FB262E;
}
</style>
background-color css
<style>
a { background-color: #FB262E; }
a { background-color: rgb(251,38,46); }
div.DivClassName
{
background-color: #FB262E;
}
.BgClassName
{
background-color: #FB262E;
}
</style>
border-color css
<style>
span { border-color: #FB262E; }
span { border-color: rgb(251,38,46); }
td.TdClassName
{
border-color: #FB262E;
}
.TagClassName
{
border-color: #FB262E;
}
</style>