Shades of Radical Red #FF3B40
Tints of Radical Red #FF3B40
RGB
CMYK
RGB Variations
Color information
#FF3B40 (or 0xFF3B40) is known color: Radical Red. HEX triplet: FF, 3B and 40. RGB value is (255,59,64). Sum of RGB (Red+Green+Blue) = 255+59+64=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B40 is #00C4BF. Grayscale: #767676. Windows color (decimal): -50368 or 4209663. OLE color: 4209663.
HSL color Cylindrical-coordinate representation of color #FF3B40: hue angle of 358.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B40 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 64 | - |
| CMYK | 0 | 0.77 | 0.75 | 0 |
| HSL | 358.47º | 1% | 0.62% | - |
| HSV(B) | 358.47º | 0.77% | 1% | - |
| XYZ | 43.73 | 24.76 | 7.32 | - |
| YUV | 118.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 64 | 0 | 0.77 | 0.75 | 0 | 358.47 | 1 | 0.62 |
| Hex | FF | 3B | 40 | 0 | 4D | 4B | 0 | 166 | 64 | 3E |
| Octal | 377 | 73 | 100 | 0 | 115 | 113 | 0 | 546 | 144 | 76 |
| Binary | 11111111 | 111011 | 1000000 | 0 | 1001101 | 1001011 | 0 | 101100110 | 1100100 | 111110 |
Color Harmonies of #FF3B40
Complementary color
Monochromatic Colors of #FF3B40
Black with #FF3B40
Text Example
Text Example
White with #FF3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B40; }
p { color: rgb(255,59,64); }
H1.HeaderClassName
{
color: #FF3B40;
}
.AnyTagClassName
{
color: #FF3B40;
}
</style>
background-color css
<style>
a { background-color: #FF3B40; }
a { background-color: rgb(255,59,64); }
div.DivClassName
{
background-color: #FF3B40;
}
.BgClassName
{
background-color: #FF3B40;
}
</style>
border-color css
<style>
span { border-color: #FF3B40; }
span { border-color: rgb(255,59,64); }
td.TdClassName
{
border-color: #FF3B40;
}
.TagClassName
{
border-color: #FF3B40;
}
</style>