Shades of Alizarin #FB3B40
Tints of Alizarin #FB3B40
RGB
CMYK
RGB Variations
Color information
#FB3B40 (or 0xFB3B40) is known color: Alizarin. HEX triplet: FB, 3B and 40. RGB value is (251,59,64). Sum of RGB (Red+Green+Blue) = 251+59+64=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3B40 is #04C4BF. Grayscale: #757575. Windows color (decimal): -312512 or 4209659. OLE color: 4209659.
HSL color Cylindrical-coordinate representation of color #FB3B40: hue angle of 358.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3B40 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 64 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.02 |
| HSL | 358.44º | 0.96% | 0.61% | - |
| HSV(B) | 358.44º | 0.76% | 0.98% | - |
| XYZ | 42.27 | 24.01 | 7.26 | - |
| YUV | 116.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 64 | 0 | 0.76 | 0.75 | 0.02 | 358.44 | 0.96 | 0.61 |
| Hex | FB | 3B | 40 | 0 | 4C | 4B | 2 | 166 | 60 | 3D |
| Octal | 373 | 73 | 100 | 0 | 114 | 113 | 2 | 546 | 140 | 75 |
| Binary | 11111011 | 111011 | 1000000 | 0 | 1001100 | 1001011 | 10 | 101100110 | 1100000 | 111101 |
Color Harmonies of #FB3B40
Complementary color
Monochromatic Colors of #FB3B40
Black with #FB3B40
Text Example
Text Example
White with #FB3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3B40; }
p { color: rgb(251,59,64); }
H1.HeaderClassName
{
color: #FB3B40;
}
.AnyTagClassName
{
color: #FB3B40;
}
</style>
background-color css
<style>
a { background-color: #FB3B40; }
a { background-color: rgb(251,59,64); }
div.DivClassName
{
background-color: #FB3B40;
}
.BgClassName
{
background-color: #FB3B40;
}
</style>
border-color css
<style>
span { border-color: #FB3B40; }
span { border-color: rgb(251,59,64); }
td.TdClassName
{
border-color: #FB3B40;
}
.TagClassName
{
border-color: #FB3B40;
}
</style>