Shades of Alizarin #FB262B
Tints of Alizarin #FB262B
RGB
CMYK
RGB Variations
Color information
#FB262B (or 0xFB262B) is known color: Alizarin. HEX triplet: FB, 26 and 2B. RGB value is (251,38,43). Sum of RGB (Red+Green+Blue) = 251+38+43=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB262B is #04D9D4. Grayscale: #666666. Windows color (decimal): -317909 or 2828027. OLE color: 2828027.
HSL color Cylindrical-coordinate representation of color #FB262B: hue angle of 358.59º 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 #FB262B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.02 |
| HSL | 358.59º | 0.96% | 0.57% | - |
| HSV(B) | 358.59º | 0.85% | 0.98% | - |
| XYZ | 40.91 | 22.07 | 4.39 | - |
| YUV | 102.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 43 | 0 | 0.85 | 0.83 | 0.02 | 358.59 | 0.96 | 0.57 |
| Hex | FB | 26 | 2B | 0 | 55 | 53 | 2 | 167 | 60 | 39 |
| Octal | 373 | 46 | 53 | 0 | 125 | 123 | 2 | 547 | 140 | 71 |
| Binary | 11111011 | 100110 | 101011 | 0 | 1010101 | 1010011 | 10 | 101100111 | 1100000 | 111001 |
Color Harmonies of #FB262B
Complementary color
Monochromatic Colors of #FB262B
Black with #FB262B
Text Example
Text Example
White with #FB262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB262B; }
p { color: rgb(251,38,43); }
H1.HeaderClassName
{
color: #FB262B;
}
.AnyTagClassName
{
color: #FB262B;
}
</style>
background-color css
<style>
a { background-color: #FB262B; }
a { background-color: rgb(251,38,43); }
div.DivClassName
{
background-color: #FB262B;
}
.BgClassName
{
background-color: #FB262B;
}
</style>
border-color css
<style>
span { border-color: #FB262B; }
span { border-color: rgb(251,38,43); }
td.TdClassName
{
border-color: #FB262B;
}
.TagClassName
{
border-color: #FB262B;
}
</style>