Shades of Alizarin #FB2F34
Tints of Alizarin #FB2F34
RGB
CMYK
RGB Variations
Color information
#FB2F34 (or 0xFB2F34) is known color: Alizarin. HEX triplet: FB, 2F and 34. RGB value is (251,47,52). Sum of RGB (Red+Green+Blue) = 251+47+52=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F34 is #04D0CB. Grayscale: #6C6C6C. Windows color (decimal): -315596 or 3420155. OLE color: 3420155.
HSL color Cylindrical-coordinate representation of color #FB2F34: hue angle of 358.53º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F34 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 52 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.02 |
| HSL | 358.53º | 0.96% | 0.58% | - |
| HSV(B) | 358.53º | 0.81% | 0.98% | - |
| XYZ | 41.42 | 22.79 | 5.46 | - |
| YUV | 108.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 52 | 0 | 0.81 | 0.79 | 0.02 | 358.53 | 0.96 | 0.58 |
| Hex | FB | 2F | 34 | 0 | 51 | 4F | 2 | 167 | 60 | 3A |
| Octal | 373 | 57 | 64 | 0 | 121 | 117 | 2 | 547 | 140 | 72 |
| Binary | 11111011 | 101111 | 110100 | 0 | 1010001 | 1001111 | 10 | 101100111 | 1100000 | 111010 |
Color Harmonies of #FB2F34
Complementary color
Monochromatic Colors of #FB2F34
Black with #FB2F34
Text Example
Text Example
White with #FB2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F34; }
p { color: rgb(251,47,52); }
H1.HeaderClassName
{
color: #FB2F34;
}
.AnyTagClassName
{
color: #FB2F34;
}
</style>
background-color css
<style>
a { background-color: #FB2F34; }
a { background-color: rgb(251,47,52); }
div.DivClassName
{
background-color: #FB2F34;
}
.BgClassName
{
background-color: #FB2F34;
}
</style>
border-color css
<style>
span { border-color: #FB2F34; }
span { border-color: rgb(251,47,52); }
td.TdClassName
{
border-color: #FB2F34;
}
.TagClassName
{
border-color: #FB2F34;
}
</style>