Shades of Radical Red #FB3749
Tints of Radical Red #FB3749
RGB
CMYK
RGB Variations
Color information
#FB3749 (or 0xFB3749) is known color: Radical Red. HEX triplet: FB, 37 and 49. RGB value is (251,55,73). Sum of RGB (Red+Green+Blue) = 251+55+73=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3749 is #04C8B6. Grayscale: #737373. Windows color (decimal): -313527 or 4798459. OLE color: 4798459.
HSL color Cylindrical-coordinate representation of color #FB3749: hue angle of 354.49º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3749 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.02 |
| HSL | 354.49º | 0.96% | 0.6% | - |
| HSV(B) | 354.49º | 0.78% | 0.98% | - |
| XYZ | 42.35 | 23.72 | 8.65 | - |
| YUV | 115.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 73 | 0 | 0.78 | 0.71 | 0.02 | 354.49 | 0.96 | 0.6 |
| Hex | FB | 37 | 49 | 0 | 4E | 47 | 2 | 162 | 60 | 3C |
| Octal | 373 | 67 | 111 | 0 | 116 | 107 | 2 | 542 | 140 | 74 |
| Binary | 11111011 | 110111 | 1001001 | 0 | 1001110 | 1000111 | 10 | 101100010 | 1100000 | 111100 |
Color Harmonies of #FB3749
Complementary color
Monochromatic Colors of #FB3749
Black with #FB3749
Text Example
Text Example
White with #FB3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3749; }
p { color: rgb(251,55,73); }
H1.HeaderClassName
{
color: #FB3749;
}
.AnyTagClassName
{
color: #FB3749;
}
</style>
background-color css
<style>
a { background-color: #FB3749; }
a { background-color: rgb(251,55,73); }
div.DivClassName
{
background-color: #FB3749;
}
.BgClassName
{
background-color: #FB3749;
}
</style>
border-color css
<style>
span { border-color: #FB3749; }
span { border-color: rgb(251,55,73); }
td.TdClassName
{
border-color: #FB3749;
}
.TagClassName
{
border-color: #FB3749;
}
</style>