Shades of Alizarin #FB263D
Tints of Alizarin #FB263D
RGB
CMYK
RGB Variations
Color information
#FB263D (or 0xFB263D) is known color: Alizarin. HEX triplet: FB, 26 and 3D. RGB value is (251,38,61). Sum of RGB (Red+Green+Blue) = 251+38+61=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB263D is #04D9C2. Grayscale: #686868. Windows color (decimal): -317891 or 4007675. OLE color: 4007675.
HSL color Cylindrical-coordinate representation of color #FB263D: hue angle of 353.52º 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 #FB263D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.02 |
| HSL | 353.52º | 0.96% | 0.57% | - |
| HSV(B) | 353.52º | 0.85% | 0.98% | - |
| XYZ | 41.32 | 22.23 | 6.53 | - |
| YUV | 104.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 61 | 0 | 0.85 | 0.76 | 0.02 | 353.52 | 0.96 | 0.57 |
| Hex | FB | 26 | 3D | 0 | 55 | 4C | 2 | 162 | 60 | 39 |
| Octal | 373 | 46 | 75 | 0 | 125 | 114 | 2 | 542 | 140 | 71 |
| Binary | 11111011 | 100110 | 111101 | 0 | 1010101 | 1001100 | 10 | 101100010 | 1100000 | 111001 |
Color Harmonies of #FB263D
Complementary color
Monochromatic Colors of #FB263D
Black with #FB263D
Text Example
Text Example
White with #FB263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB263D; }
p { color: rgb(251,38,61); }
H1.HeaderClassName
{
color: #FB263D;
}
.AnyTagClassName
{
color: #FB263D;
}
</style>
background-color css
<style>
a { background-color: #FB263D; }
a { background-color: rgb(251,38,61); }
div.DivClassName
{
background-color: #FB263D;
}
.BgClassName
{
background-color: #FB263D;
}
</style>
border-color css
<style>
span { border-color: #FB263D; }
span { border-color: rgb(251,38,61); }
td.TdClassName
{
border-color: #FB263D;
}
.TagClassName
{
border-color: #FB263D;
}
</style>