Shades of Alizarin #FB333C
Tints of Alizarin #FB333C
RGB
CMYK
RGB Variations
Color information
#FB333C (or 0xFB333C) is known color: Alizarin. HEX triplet: FB, 33 and 3C. RGB value is (251,51,60). Sum of RGB (Red+Green+Blue) = 251+51+60=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB333C is #04CCC3. Grayscale: #6F6F6F. Windows color (decimal): -314564 or 3945467. OLE color: 3945467.
HSL color Cylindrical-coordinate representation of color #FB333C: hue angle of 357.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB333C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.02 |
| HSL | 357.3º | 0.96% | 0.59% | - |
| HSV(B) | 357.3º | 0.8% | 0.98% | - |
| XYZ | 41.78 | 23.2 | 6.55 | - |
| YUV | 111.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 60 | 0 | 0.80 | 0.76 | 0.02 | 357.3 | 0.96 | 0.59 |
| Hex | FB | 33 | 3C | 0 | 50 | 4C | 2 | 165 | 60 | 3B |
| Octal | 373 | 63 | 74 | 0 | 120 | 114 | 2 | 545 | 140 | 73 |
| Binary | 11111011 | 110011 | 111100 | 0 | 1010000 | 1001100 | 10 | 101100101 | 1100000 | 111011 |
Color Harmonies of #FB333C
Complementary color
Monochromatic Colors of #FB333C
Black with #FB333C
Text Example
Text Example
White with #FB333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB333C; }
p { color: rgb(251,51,60); }
H1.HeaderClassName
{
color: #FB333C;
}
.AnyTagClassName
{
color: #FB333C;
}
</style>
background-color css
<style>
a { background-color: #FB333C; }
a { background-color: rgb(251,51,60); }
div.DivClassName
{
background-color: #FB333C;
}
.BgClassName
{
background-color: #FB333C;
}
</style>
border-color css
<style>
span { border-color: #FB333C; }
span { border-color: rgb(251,51,60); }
td.TdClassName
{
border-color: #FB333C;
}
.TagClassName
{
border-color: #FB333C;
}
</style>