Shades of Alizarin #FB373B
Tints of Alizarin #FB373B
RGB
CMYK
RGB Variations
Color information
#FB373B (or 0xFB373B) is known color: Alizarin. HEX triplet: FB, 37 and 3B. RGB value is (251,55,59). Sum of RGB (Red+Green+Blue) = 251+55+59=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB373B is #04C8C4. Grayscale: #727272. Windows color (decimal): -313541 or 3880955. OLE color: 3880955.
HSL color Cylindrical-coordinate representation of color #FB373B: hue angle of 358.78º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB373B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 59 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 358.78º | 0.96% | 0.6% | - |
| HSV(B) | 358.78º | 0.78% | 0.98% | - |
| XYZ | 41.94 | 23.56 | 6.47 | - |
| YUV | 114.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 59 | 0 | 0.78 | 0.76 | 0.02 | 358.78 | 0.96 | 0.6 |
| Hex | FB | 37 | 3B | 0 | 4E | 4C | 2 | 167 | 60 | 3C |
| Octal | 373 | 67 | 73 | 0 | 116 | 114 | 2 | 547 | 140 | 74 |
| Binary | 11111011 | 110111 | 111011 | 0 | 1001110 | 1001100 | 10 | 101100111 | 1100000 | 111100 |
Color Harmonies of #FB373B
Complementary color
Monochromatic Colors of #FB373B
Black with #FB373B
Text Example
Text Example
White with #FB373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB373B; }
p { color: rgb(251,55,59); }
H1.HeaderClassName
{
color: #FB373B;
}
.AnyTagClassName
{
color: #FB373B;
}
</style>
background-color css
<style>
a { background-color: #FB373B; }
a { background-color: rgb(251,55,59); }
div.DivClassName
{
background-color: #FB373B;
}
.BgClassName
{
background-color: #FB373B;
}
</style>
border-color css
<style>
span { border-color: #FB373B; }
span { border-color: rgb(251,55,59); }
td.TdClassName
{
border-color: #FB373B;
}
.TagClassName
{
border-color: #FB373B;
}
</style>