Shades of Alizarin #FB2D3C
Tints of Alizarin #FB2D3C
RGB
CMYK
RGB Variations
Color information
#FB2D3C (or 0xFB2D3C) is known color: Alizarin. HEX triplet: FB, 2D and 3C. RGB value is (251,45,60). Sum of RGB (Red+Green+Blue) = 251+45+60=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D3C is #04D2C3. Grayscale: #6C6C6C. Windows color (decimal): -316100 or 3943931. OLE color: 3943931.
HSL color Cylindrical-coordinate representation of color #FB2D3C: hue angle of 355.63º 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 #FB2D3C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 60 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.63º | 0.96% | 0.58% | - |
| HSV(B) | 355.63º | 0.82% | 0.98% | - |
| XYZ | 41.54 | 22.71 | 6.47 | - |
| YUV | 108.3 | 100.75 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 60 | 0 | 0.82 | 0.76 | 0.02 | 355.63 | 0.96 | 0.58 |
| Hex | FB | 2D | 3C | 0 | 52 | 4C | 2 | 164 | 60 | 3A |
| Octal | 373 | 55 | 74 | 0 | 122 | 114 | 2 | 544 | 140 | 72 |
| Binary | 11111011 | 101101 | 111100 | 0 | 1010010 | 1001100 | 10 | 101100100 | 1100000 | 111010 |
Color Harmonies of #FB2D3C
Complementary color
Monochromatic Colors of #FB2D3C
Black with #FB2D3C
Text Example
Text Example
White with #FB2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D3C; }
p { color: rgb(251,45,60); }
H1.HeaderClassName
{
color: #FB2D3C;
}
.AnyTagClassName
{
color: #FB2D3C;
}
</style>
background-color css
<style>
a { background-color: #FB2D3C; }
a { background-color: rgb(251,45,60); }
div.DivClassName
{
background-color: #FB2D3C;
}
.BgClassName
{
background-color: #FB2D3C;
}
</style>
border-color css
<style>
span { border-color: #FB2D3C; }
span { border-color: rgb(251,45,60); }
td.TdClassName
{
border-color: #FB2D3C;
}
.TagClassName
{
border-color: #FB2D3C;
}
</style>