Shades of Alizarin #FB3E3F
Tints of Alizarin #FB3E3F
RGB
CMYK
RGB Variations
Color information
#FB3E3F (or 0xFB3E3F) is known color: Alizarin. HEX triplet: FB, 3E and 3F. RGB value is (251,62,63). Sum of RGB (Red+Green+Blue) = 251+62+63=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E3F is #04C1C0. Grayscale: #767676. Windows color (decimal): -311745 or 4144891. OLE color: 4144891.
HSL color Cylindrical-coordinate representation of color #FB3E3F: hue angle of 359.68º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3E3F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 63 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.02 |
| HSL | 359.68º | 0.96% | 0.61% | - |
| HSV(B) | 359.68º | 0.75% | 0.98% | - |
| XYZ | 42.4 | 24.31 | 7.16 | - |
| YUV | 118.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 63 | 0 | 0.75 | 0.75 | 0.02 | 359.68 | 0.96 | 0.61 |
| Hex | FB | 3E | 3F | 0 | 4B | 4B | 2 | 168 | 60 | 3D |
| Octal | 373 | 76 | 77 | 0 | 113 | 113 | 2 | 550 | 140 | 75 |
| Binary | 11111011 | 111110 | 111111 | 0 | 1001011 | 1001011 | 10 | 101101000 | 1100000 | 111101 |
Color Harmonies of #FB3E3F
Complementary color
Monochromatic Colors of #FB3E3F
Black with #FB3E3F
Text Example
Text Example
White with #FB3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E3F; }
p { color: rgb(251,62,63); }
H1.HeaderClassName
{
color: #FB3E3F;
}
.AnyTagClassName
{
color: #FB3E3F;
}
</style>
background-color css
<style>
a { background-color: #FB3E3F; }
a { background-color: rgb(251,62,63); }
div.DivClassName
{
background-color: #FB3E3F;
}
.BgClassName
{
background-color: #FB3E3F;
}
</style>
border-color css
<style>
span { border-color: #FB3E3F; }
span { border-color: rgb(251,62,63); }
td.TdClassName
{
border-color: #FB3E3F;
}
.TagClassName
{
border-color: #FB3E3F;
}
</style>