Shades of Radical Red #FB4344
Tints of Radical Red #FB4344
RGB
CMYK
RGB Variations
Color information
#FB4344 (or 0xFB4344) is known color: Radical Red. HEX triplet: FB, 43 and 44. RGB value is (251,67,68). Sum of RGB (Red+Green+Blue) = 251+67+68=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4344 is #04BCBB. Grayscale: #7A7A7A. Windows color (decimal): -310460 or 4473851. OLE color: 4473851.
HSL color Cylindrical-coordinate representation of color #FB4344: hue angle of 359.67º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4344 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 68 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.02 |
| HSL | 359.67º | 0.96% | 0.62% | - |
| HSV(B) | 359.67º | 0.73% | 0.98% | - |
| XYZ | 42.83 | 24.94 | 8.03 | - |
| YUV | 122.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 68 | 0 | 0.73 | 0.73 | 0.02 | 359.67 | 0.96 | 0.62 |
| Hex | FB | 43 | 44 | 0 | 49 | 49 | 2 | 168 | 60 | 3E |
| Octal | 373 | 103 | 104 | 0 | 111 | 111 | 2 | 550 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1000100 | 0 | 1001001 | 1001001 | 10 | 101101000 | 1100000 | 111110 |
Color Harmonies of #FB4344
Complementary color
Monochromatic Colors of #FB4344
Black with #FB4344
Text Example
Text Example
White with #FB4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4344; }
p { color: rgb(251,67,68); }
H1.HeaderClassName
{
color: #FB4344;
}
.AnyTagClassName
{
color: #FB4344;
}
</style>
background-color css
<style>
a { background-color: #FB4344; }
a { background-color: rgb(251,67,68); }
div.DivClassName
{
background-color: #FB4344;
}
.BgClassName
{
background-color: #FB4344;
}
</style>
border-color css
<style>
span { border-color: #FB4344; }
span { border-color: rgb(251,67,68); }
td.TdClassName
{
border-color: #FB4344;
}
.TagClassName
{
border-color: #FB4344;
}
</style>