Shades of Radical Red #FB3345
Tints of Radical Red #FB3345
RGB
CMYK
RGB Variations
Color information
#FB3345 (or 0xFB3345) is known color: Radical Red. HEX triplet: FB, 33 and 45. RGB value is (251,51,69). Sum of RGB (Red+Green+Blue) = 251+51+69=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3345 is #04CCBA. Grayscale: #707070. Windows color (decimal): -314555 or 4535291. OLE color: 4535291.
HSL color Cylindrical-coordinate representation of color #FB3345: hue angle of 354.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3345 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 69 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.02 |
| HSL | 354.6º | 0.96% | 0.59% | - |
| HSV(B) | 354.6º | 0.8% | 0.98% | - |
| XYZ | 42.04 | 23.31 | 7.91 | - |
| YUV | 112.85 | 103.26 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 69 | 0 | 0.80 | 0.73 | 0.02 | 354.6 | 0.96 | 0.59 |
| Hex | FB | 33 | 45 | 0 | 50 | 49 | 2 | 163 | 60 | 3B |
| Octal | 373 | 63 | 105 | 0 | 120 | 111 | 2 | 543 | 140 | 73 |
| Binary | 11111011 | 110011 | 1000101 | 0 | 1010000 | 1001001 | 10 | 101100011 | 1100000 | 111011 |
Color Harmonies of #FB3345
Complementary color
Monochromatic Colors of #FB3345
Black with #FB3345
Text Example
Text Example
White with #FB3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3345; }
p { color: rgb(251,51,69); }
H1.HeaderClassName
{
color: #FB3345;
}
.AnyTagClassName
{
color: #FB3345;
}
</style>
background-color css
<style>
a { background-color: #FB3345; }
a { background-color: rgb(251,51,69); }
div.DivClassName
{
background-color: #FB3345;
}
.BgClassName
{
background-color: #FB3345;
}
</style>
border-color css
<style>
span { border-color: #FB3345; }
span { border-color: rgb(251,51,69); }
td.TdClassName
{
border-color: #FB3345;
}
.TagClassName
{
border-color: #FB3345;
}
</style>