Shades of Radical Red #FB3944
Tints of Radical Red #FB3944
RGB
CMYK
RGB Variations
Color information
#FB3944 (or 0xFB3944) is known color: Radical Red. HEX triplet: FB, 39 and 44. RGB value is (251,57,68). Sum of RGB (Red+Green+Blue) = 251+57+68=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3944 is #04C6BB. Grayscale: #747474. Windows color (decimal): -313020 or 4471291. OLE color: 4471291.
HSL color Cylindrical-coordinate representation of color #FB3944: hue angle of 356.6º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3944 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 68 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.02 |
| HSL | 356.6º | 0.96% | 0.6% | - |
| HSV(B) | 356.6º | 0.77% | 0.98% | - |
| XYZ | 42.29 | 23.85 | 7.84 | - |
| YUV | 116.26 | 100.77 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 68 | 0 | 0.77 | 0.73 | 0.02 | 356.6 | 0.96 | 0.6 |
| Hex | FB | 39 | 44 | 0 | 4D | 49 | 2 | 165 | 60 | 3C |
| Octal | 373 | 71 | 104 | 0 | 115 | 111 | 2 | 545 | 140 | 74 |
| Binary | 11111011 | 111001 | 1000100 | 0 | 1001101 | 1001001 | 10 | 101100101 | 1100000 | 111100 |
Color Harmonies of #FB3944
Complementary color
Monochromatic Colors of #FB3944
Black with #FB3944
Text Example
Text Example
White with #FB3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3944; }
p { color: rgb(251,57,68); }
H1.HeaderClassName
{
color: #FB3944;
}
.AnyTagClassName
{
color: #FB3944;
}
</style>
background-color css
<style>
a { background-color: #FB3944; }
a { background-color: rgb(251,57,68); }
div.DivClassName
{
background-color: #FB3944;
}
.BgClassName
{
background-color: #FB3944;
}
</style>
border-color css
<style>
span { border-color: #FB3944; }
span { border-color: rgb(251,57,68); }
td.TdClassName
{
border-color: #FB3944;
}
.TagClassName
{
border-color: #FB3944;
}
</style>