Shades of Radical Red #FB3743
Tints of Radical Red #FB3743
RGB
CMYK
RGB Variations
Color information
#FB3743 (or 0xFB3743) is known color: Radical Red. HEX triplet: FB, 37 and 43. RGB value is (251,55,67). Sum of RGB (Red+Green+Blue) = 251+55+67=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3743 is #04C8BC. Grayscale: #737373. Windows color (decimal): -313533 or 4405243. OLE color: 4405243.
HSL color Cylindrical-coordinate representation of color #FB3743: hue angle of 356.33º 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 #FB3743 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 67 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.02 |
| HSL | 356.33º | 0.96% | 0.6% | - |
| HSV(B) | 356.33º | 0.78% | 0.98% | - |
| XYZ | 42.16 | 23.65 | 7.65 | - |
| YUV | 114.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 67 | 0 | 0.78 | 0.73 | 0.02 | 356.33 | 0.96 | 0.6 |
| Hex | FB | 37 | 43 | 0 | 4E | 49 | 2 | 164 | 60 | 3C |
| Octal | 373 | 67 | 103 | 0 | 116 | 111 | 2 | 544 | 140 | 74 |
| Binary | 11111011 | 110111 | 1000011 | 0 | 1001110 | 1001001 | 10 | 101100100 | 1100000 | 111100 |
Color Harmonies of #FB3743
Complementary color
Monochromatic Colors of #FB3743
Black with #FB3743
Text Example
Text Example
White with #FB3743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3743; }
p { color: rgb(251,55,67); }
H1.HeaderClassName
{
color: #FB3743;
}
.AnyTagClassName
{
color: #FB3743;
}
</style>
background-color css
<style>
a { background-color: #FB3743; }
a { background-color: rgb(251,55,67); }
div.DivClassName
{
background-color: #FB3743;
}
.BgClassName
{
background-color: #FB3743;
}
</style>
border-color css
<style>
span { border-color: #FB3743; }
span { border-color: rgb(251,55,67); }
td.TdClassName
{
border-color: #FB3743;
}
.TagClassName
{
border-color: #FB3743;
}
</style>