Shades of Radical Red #FB3744
Tints of Radical Red #FB3744
RGB
CMYK
RGB Variations
Color information
#FB3744 (or 0xFB3744) is known color: Radical Red. HEX triplet: FB, 37 and 44. RGB value is (251,55,68). Sum of RGB (Red+Green+Blue) = 251+55+68=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3744 is #04C8BB. Grayscale: #737373. Windows color (decimal): -313532 or 4470779. OLE color: 4470779.
HSL color Cylindrical-coordinate representation of color #FB3744: hue angle of 356.02º 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 #FB3744 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 68 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.02 |
| HSL | 356.02º | 0.96% | 0.6% | - |
| HSV(B) | 356.02º | 0.78% | 0.98% | - |
| XYZ | 42.19 | 23.66 | 7.81 | - |
| YUV | 115.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 68 | 0 | 0.78 | 0.73 | 0.02 | 356.02 | 0.96 | 0.6 |
| Hex | FB | 37 | 44 | 0 | 4E | 49 | 2 | 164 | 60 | 3C |
| Octal | 373 | 67 | 104 | 0 | 116 | 111 | 2 | 544 | 140 | 74 |
| Binary | 11111011 | 110111 | 1000100 | 0 | 1001110 | 1001001 | 10 | 101100100 | 1100000 | 111100 |
Color Harmonies of #FB3744
Complementary color
Monochromatic Colors of #FB3744
Black with #FB3744
Text Example
Text Example
White with #FB3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3744; }
p { color: rgb(251,55,68); }
H1.HeaderClassName
{
color: #FB3744;
}
.AnyTagClassName
{
color: #FB3744;
}
</style>
background-color css
<style>
a { background-color: #FB3744; }
a { background-color: rgb(251,55,68); }
div.DivClassName
{
background-color: #FB3744;
}
.BgClassName
{
background-color: #FB3744;
}
</style>
border-color css
<style>
span { border-color: #FB3744; }
span { border-color: rgb(251,55,68); }
td.TdClassName
{
border-color: #FB3744;
}
.TagClassName
{
border-color: #FB3744;
}
</style>