Shades of Alizarin #FB3341
Tints of Alizarin #FB3341
RGB
CMYK
RGB Variations
Color information
#FB3341 (or 0xFB3341) is known color: Alizarin. HEX triplet: FB, 33 and 41. RGB value is (251,51,65). Sum of RGB (Red+Green+Blue) = 251+51+65=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3341 is #04CCBE. Grayscale: #707070. Windows color (decimal): -314559 or 4273147. OLE color: 4273147.
HSL color Cylindrical-coordinate representation of color #FB3341: hue angle of 355.8º 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 #FB3341 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 65 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.02 |
| HSL | 355.8º | 0.96% | 0.59% | - |
| HSV(B) | 355.8º | 0.8% | 0.98% | - |
| XYZ | 41.92 | 23.26 | 7.28 | - |
| YUV | 112.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 65 | 0 | 0.80 | 0.74 | 0.02 | 355.8 | 0.96 | 0.59 |
| Hex | FB | 33 | 41 | 0 | 50 | 4A | 2 | 164 | 60 | 3B |
| Octal | 373 | 63 | 101 | 0 | 120 | 112 | 2 | 544 | 140 | 73 |
| Binary | 11111011 | 110011 | 1000001 | 0 | 1010000 | 1001010 | 10 | 101100100 | 1100000 | 111011 |
Color Harmonies of #FB3341
Complementary color
Monochromatic Colors of #FB3341
Black with #FB3341
Text Example
Text Example
White with #FB3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3341; }
p { color: rgb(251,51,65); }
H1.HeaderClassName
{
color: #FB3341;
}
.AnyTagClassName
{
color: #FB3341;
}
</style>
background-color css
<style>
a { background-color: #FB3341; }
a { background-color: rgb(251,51,65); }
div.DivClassName
{
background-color: #FB3341;
}
.BgClassName
{
background-color: #FB3341;
}
</style>
border-color css
<style>
span { border-color: #FB3341; }
span { border-color: rgb(251,51,65); }
td.TdClassName
{
border-color: #FB3341;
}
.TagClassName
{
border-color: #FB3341;
}
</style>