Shades of Alizarin #FB2741
Tints of Alizarin #FB2741
RGB
CMYK
RGB Variations
Color information
#FB2741 (or 0xFB2741) is known color: Alizarin. HEX triplet: FB, 27 and 41. RGB value is (251,39,65). Sum of RGB (Red+Green+Blue) = 251+39+65=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2741 is #04D8BE. Grayscale: #696969. Windows color (decimal): -317631 or 4270075. OLE color: 4270075.
HSL color Cylindrical-coordinate representation of color #FB2741: hue angle of 352.64º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2741 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 65 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.02 |
| HSL | 352.64º | 0.96% | 0.57% | - |
| HSV(B) | 352.64º | 0.84% | 0.98% | - |
| XYZ | 41.46 | 22.34 | 7.13 | - |
| YUV | 105.35 | 105.24 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 65 | 0 | 0.84 | 0.74 | 0.02 | 352.64 | 0.96 | 0.57 |
| Hex | FB | 27 | 41 | 0 | 54 | 4A | 2 | 161 | 60 | 39 |
| Octal | 373 | 47 | 101 | 0 | 124 | 112 | 2 | 541 | 140 | 71 |
| Binary | 11111011 | 100111 | 1000001 | 0 | 1010100 | 1001010 | 10 | 101100001 | 1100000 | 111001 |
Color Harmonies of #FB2741
Complementary color
Monochromatic Colors of #FB2741
Black with #FB2741
Text Example
Text Example
White with #FB2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2741; }
p { color: rgb(251,39,65); }
H1.HeaderClassName
{
color: #FB2741;
}
.AnyTagClassName
{
color: #FB2741;
}
</style>
background-color css
<style>
a { background-color: #FB2741; }
a { background-color: rgb(251,39,65); }
div.DivClassName
{
background-color: #FB2741;
}
.BgClassName
{
background-color: #FB2741;
}
</style>
border-color css
<style>
span { border-color: #FB2741; }
span { border-color: rgb(251,39,65); }
td.TdClassName
{
border-color: #FB2741;
}
.TagClassName
{
border-color: #FB2741;
}
</style>