Shades of Alizarin #FB2425
Tints of Alizarin #FB2425
RGB
CMYK
RGB Variations
Color information
#FB2425 (or 0xFB2425) is known color: Alizarin. HEX triplet: FB, 24 and 25. RGB value is (251,36,37). Sum of RGB (Red+Green+Blue) = 251+36+37=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2425 is #04DBDA. Grayscale: #646464. Windows color (decimal): -318427 or 2434299. OLE color: 2434299.
HSL color Cylindrical-coordinate representation of color #FB2425: hue angle of 359.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2425 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.02 |
| HSL | 359.72º | 0.96% | 0.56% | - |
| HSV(B) | 359.72º | 0.86% | 0.98% | - |
| XYZ | 40.75 | 21.9 | 3.83 | - |
| YUV | 100.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 37 | 0 | 0.86 | 0.85 | 0.02 | 359.72 | 0.96 | 0.56 |
| Hex | FB | 24 | 25 | 0 | 56 | 55 | 2 | 168 | 60 | 38 |
| Octal | 373 | 44 | 45 | 0 | 126 | 125 | 2 | 550 | 140 | 70 |
| Binary | 11111011 | 100100 | 100101 | 0 | 1010110 | 1010101 | 10 | 101101000 | 1100000 | 111000 |
Color Harmonies of #FB2425
Complementary color
Monochromatic Colors of #FB2425
Black with #FB2425
Text Example
Text Example
White with #FB2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2425; }
p { color: rgb(251,36,37); }
H1.HeaderClassName
{
color: #FB2425;
}
.AnyTagClassName
{
color: #FB2425;
}
</style>
background-color css
<style>
a { background-color: #FB2425; }
a { background-color: rgb(251,36,37); }
div.DivClassName
{
background-color: #FB2425;
}
.BgClassName
{
background-color: #FB2425;
}
</style>
border-color css
<style>
span { border-color: #FB2425; }
span { border-color: rgb(251,36,37); }
td.TdClassName
{
border-color: #FB2425;
}
.TagClassName
{
border-color: #FB2425;
}
</style>