Shades of Alizarin #FB3238
Tints of Alizarin #FB3238
RGB
CMYK
RGB Variations
Color information
#FB3238 (or 0xFB3238) is known color: Alizarin. HEX triplet: FB, 32 and 38. RGB value is (251,50,56). Sum of RGB (Red+Green+Blue) = 251+50+56=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3238 is #04CDC7. Grayscale: #6E6E6E. Windows color (decimal): -314824 or 3683067. OLE color: 3683067.
HSL color Cylindrical-coordinate representation of color #FB3238: hue angle of 358.21º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3238 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 56 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.02 |
| HSL | 358.21º | 0.96% | 0.59% | - |
| HSV(B) | 358.21º | 0.8% | 0.98% | - |
| XYZ | 41.64 | 23.08 | 6 | - |
| YUV | 110.78 | 97.09 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 56 | 0 | 0.80 | 0.78 | 0.02 | 358.21 | 0.96 | 0.59 |
| Hex | FB | 32 | 38 | 0 | 50 | 4E | 2 | 166 | 60 | 3B |
| Octal | 373 | 62 | 70 | 0 | 120 | 116 | 2 | 546 | 140 | 73 |
| Binary | 11111011 | 110010 | 111000 | 0 | 1010000 | 1001110 | 10 | 101100110 | 1100000 | 111011 |
Color Harmonies of #FB3238
Complementary color
Monochromatic Colors of #FB3238
Black with #FB3238
Text Example
Text Example
White with #FB3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3238; }
p { color: rgb(251,50,56); }
H1.HeaderClassName
{
color: #FB3238;
}
.AnyTagClassName
{
color: #FB3238;
}
</style>
background-color css
<style>
a { background-color: #FB3238; }
a { background-color: rgb(251,50,56); }
div.DivClassName
{
background-color: #FB3238;
}
.BgClassName
{
background-color: #FB3238;
}
</style>
border-color css
<style>
span { border-color: #FB3238; }
span { border-color: rgb(251,50,56); }
td.TdClassName
{
border-color: #FB3238;
}
.TagClassName
{
border-color: #FB3238;
}
</style>