Shades of Radical Red #FB3544
Tints of Radical Red #FB3544
RGB
CMYK
RGB Variations
Color information
#FB3544 (or 0xFB3544) is known color: Radical Red. HEX triplet: FB, 35 and 44. RGB value is (251,53,68). Sum of RGB (Red+Green+Blue) = 251+53+68=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3544 is #04CABB. Grayscale: #727272. Windows color (decimal): -314044 or 4470267. OLE color: 4470267.
HSL color Cylindrical-coordinate representation of color #FB3544: hue angle of 355.45º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3544 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 68 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.02 |
| HSL | 355.45º | 0.96% | 0.6% | - |
| HSV(B) | 355.45º | 0.79% | 0.98% | - |
| XYZ | 42.1 | 23.47 | 7.78 | - |
| YUV | 113.91 | 102.1 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 68 | 0 | 0.79 | 0.73 | 0.02 | 355.45 | 0.96 | 0.6 |
| Hex | FB | 35 | 44 | 0 | 4F | 49 | 2 | 163 | 60 | 3C |
| Octal | 373 | 65 | 104 | 0 | 117 | 111 | 2 | 543 | 140 | 74 |
| Binary | 11111011 | 110101 | 1000100 | 0 | 1001111 | 1001001 | 10 | 101100011 | 1100000 | 111100 |
Color Harmonies of #FB3544
Complementary color
Monochromatic Colors of #FB3544
Black with #FB3544
Text Example
Text Example
White with #FB3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3544; }
p { color: rgb(251,53,68); }
H1.HeaderClassName
{
color: #FB3544;
}
.AnyTagClassName
{
color: #FB3544;
}
</style>
background-color css
<style>
a { background-color: #FB3544; }
a { background-color: rgb(251,53,68); }
div.DivClassName
{
background-color: #FB3544;
}
.BgClassName
{
background-color: #FB3544;
}
</style>
border-color css
<style>
span { border-color: #FB3544; }
span { border-color: rgb(251,53,68); }
td.TdClassName
{
border-color: #FB3544;
}
.TagClassName
{
border-color: #FB3544;
}
</style>