Shades of Alizarin #FB2D30
Tints of Alizarin #FB2D30
RGB
CMYK
RGB Variations
Color information
#FB2D30 (or 0xFB2D30) is known color: Alizarin. HEX triplet: FB, 2D and 30. RGB value is (251,45,48). Sum of RGB (Red+Green+Blue) = 251+45+48=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D30 is #04D2CF. Grayscale: #6B6B6B. Windows color (decimal): -316112 or 3157499. OLE color: 3157499.
HSL color Cylindrical-coordinate representation of color #FB2D30: hue angle of 359.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D30 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 48 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.02 |
| HSL | 359.13º | 0.96% | 0.58% | - |
| HSV(B) | 359.13º | 0.82% | 0.98% | - |
| XYZ | 41.26 | 22.6 | 4.98 | - |
| YUV | 106.94 | 94.75 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 48 | 0 | 0.82 | 0.81 | 0.02 | 359.13 | 0.96 | 0.58 |
| Hex | FB | 2D | 30 | 0 | 52 | 51 | 2 | 167 | 60 | 3A |
| Octal | 373 | 55 | 60 | 0 | 122 | 121 | 2 | 547 | 140 | 72 |
| Binary | 11111011 | 101101 | 110000 | 0 | 1010010 | 1010001 | 10 | 101100111 | 1100000 | 111010 |
Color Harmonies of #FB2D30
Complementary color
Monochromatic Colors of #FB2D30
Black with #FB2D30
Text Example
Text Example
White with #FB2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D30; }
p { color: rgb(251,45,48); }
H1.HeaderClassName
{
color: #FB2D30;
}
.AnyTagClassName
{
color: #FB2D30;
}
</style>
background-color css
<style>
a { background-color: #FB2D30; }
a { background-color: rgb(251,45,48); }
div.DivClassName
{
background-color: #FB2D30;
}
.BgClassName
{
background-color: #FB2D30;
}
</style>
border-color css
<style>
span { border-color: #FB2D30; }
span { border-color: rgb(251,45,48); }
td.TdClassName
{
border-color: #FB2D30;
}
.TagClassName
{
border-color: #FB2D30;
}
</style>