Shades of Alizarin #FB2D3D
Tints of Alizarin #FB2D3D
RGB
CMYK
RGB Variations
Color information
#FB2D3D (or 0xFB2D3D) is known color: Alizarin. HEX triplet: FB, 2D and 3D. RGB value is (251,45,61). Sum of RGB (Red+Green+Blue) = 251+45+61=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D3D is #04D2C2. Grayscale: #6C6C6C. Windows color (decimal): -316099 or 4009467. OLE color: 4009467.
HSL color Cylindrical-coordinate representation of color #FB2D3D: hue angle of 355.34º 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 #FB2D3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.34º | 0.96% | 0.58% | - |
| HSV(B) | 355.34º | 0.82% | 0.98% | - |
| XYZ | 41.56 | 22.72 | 6.61 | - |
| YUV | 108.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 61 | 0 | 0.82 | 0.76 | 0.02 | 355.34 | 0.96 | 0.58 |
| Hex | FB | 2D | 3D | 0 | 52 | 4C | 2 | 163 | 60 | 3A |
| Octal | 373 | 55 | 75 | 0 | 122 | 114 | 2 | 543 | 140 | 72 |
| Binary | 11111011 | 101101 | 111101 | 0 | 1010010 | 1001100 | 10 | 101100011 | 1100000 | 111010 |
Color Harmonies of #FB2D3D
Complementary color
Monochromatic Colors of #FB2D3D
Black with #FB2D3D
Text Example
Text Example
White with #FB2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D3D; }
p { color: rgb(251,45,61); }
H1.HeaderClassName
{
color: #FB2D3D;
}
.AnyTagClassName
{
color: #FB2D3D;
}
</style>
background-color css
<style>
a { background-color: #FB2D3D; }
a { background-color: rgb(251,45,61); }
div.DivClassName
{
background-color: #FB2D3D;
}
.BgClassName
{
background-color: #FB2D3D;
}
</style>
border-color css
<style>
span { border-color: #FB2D3D; }
span { border-color: rgb(251,45,61); }
td.TdClassName
{
border-color: #FB2D3D;
}
.TagClassName
{
border-color: #FB2D3D;
}
</style>