Shades of Radical Red #FF4047
Tints of Radical Red #FF4047
RGB
CMYK
RGB Variations
Color information
#FF4047 (or 0xFF4047) is known color: Radical Red. HEX triplet: FF, 40 and 47. RGB value is (255,64,71). Sum of RGB (Red+Green+Blue) = 255+64+71=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4047 is #00BFB8. Grayscale: #7A7A7A. Windows color (decimal): -49081 or 4669695. OLE color: 4669695.
HSL color Cylindrical-coordinate representation of color #FF4047: hue angle of 357.8º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4047 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 71 | - |
| CMYK | 0 | 0.75 | 0.72 | 0 |
| HSL | 357.8º | 1% | 0.63% | - |
| HSV(B) | 357.8º | 0.75% | 1% | - |
| XYZ | 44.21 | 25.38 | 8.53 | - |
| YUV | 121.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 71 | 0 | 0.75 | 0.72 | 0 | 357.8 | 1 | 0.63 |
| Hex | FF | 40 | 47 | 0 | 4B | 48 | 0 | 166 | 64 | 3F |
| Octal | 377 | 100 | 107 | 0 | 113 | 110 | 0 | 546 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1000111 | 0 | 1001011 | 1001000 | 0 | 101100110 | 1100100 | 111111 |
Color Harmonies of #FF4047
Complementary color
Monochromatic Colors of #FF4047
Black with #FF4047
Text Example
Text Example
White with #FF4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4047; }
p { color: rgb(255,64,71); }
H1.HeaderClassName
{
color: #FF4047;
}
.AnyTagClassName
{
color: #FF4047;
}
</style>
background-color css
<style>
a { background-color: #FF4047; }
a { background-color: rgb(255,64,71); }
div.DivClassName
{
background-color: #FF4047;
}
.BgClassName
{
background-color: #FF4047;
}
</style>
border-color css
<style>
span { border-color: #FF4047; }
span { border-color: rgb(255,64,71); }
td.TdClassName
{
border-color: #FF4047;
}
.TagClassName
{
border-color: #FF4047;
}
</style>