Shades of Alizarin #FB2D33
Tints of Alizarin #FB2D33
RGB
CMYK
RGB Variations
Color information
#FB2D33 (or 0xFB2D33) is known color: Alizarin. HEX triplet: FB, 2D and 33. RGB value is (251,45,51). Sum of RGB (Red+Green+Blue) = 251+45+51=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D33 is #04D2CC. Grayscale: #6B6B6B. Windows color (decimal): -316109 or 3354107. OLE color: 3354107.
HSL color Cylindrical-coordinate representation of color #FB2D33: hue angle of 358.25º 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 #FB2D33 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 51 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.02 |
| HSL | 358.25º | 0.96% | 0.58% | - |
| HSV(B) | 358.25º | 0.82% | 0.98% | - |
| XYZ | 41.32 | 22.63 | 5.32 | - |
| YUV | 107.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 51 | 0 | 0.82 | 0.80 | 0.02 | 358.25 | 0.96 | 0.58 |
| Hex | FB | 2D | 33 | 0 | 52 | 50 | 2 | 166 | 60 | 3A |
| Octal | 373 | 55 | 63 | 0 | 122 | 120 | 2 | 546 | 140 | 72 |
| Binary | 11111011 | 101101 | 110011 | 0 | 1010010 | 1010000 | 10 | 101100110 | 1100000 | 111010 |
Color Harmonies of #FB2D33
Complementary color
Monochromatic Colors of #FB2D33
Black with #FB2D33
Text Example
Text Example
White with #FB2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D33; }
p { color: rgb(251,45,51); }
H1.HeaderClassName
{
color: #FB2D33;
}
.AnyTagClassName
{
color: #FB2D33;
}
</style>
background-color css
<style>
a { background-color: #FB2D33; }
a { background-color: rgb(251,45,51); }
div.DivClassName
{
background-color: #FB2D33;
}
.BgClassName
{
background-color: #FB2D33;
}
</style>
border-color css
<style>
span { border-color: #FB2D33; }
span { border-color: rgb(251,45,51); }
td.TdClassName
{
border-color: #FB2D33;
}
.TagClassName
{
border-color: #FB2D33;
}
</style>