Shades of Radical Red #FD3A40
Tints of Radical Red #FD3A40
RGB
CMYK
RGB Variations
Color information
#FD3A40 (or 0xFD3A40) is known color: Radical Red. HEX triplet: FD, 3A and 40. RGB value is (253,58,64). Sum of RGB (Red+Green+Blue) = 253+58+64=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A40 is #02C5BF. Grayscale: #757575. Windows color (decimal): -181696 or 4209405. OLE color: 4209405.
HSL color Cylindrical-coordinate representation of color #FD3A40: hue angle of 358.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A40 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 64 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.01 |
| HSL | 358.15º | 0.98% | 0.61% | - |
| HSV(B) | 358.15º | 0.77% | 0.99% | - |
| XYZ | 42.95 | 24.28 | 7.27 | - |
| YUV | 116.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 64 | 0 | 0.77 | 0.75 | 0.01 | 358.15 | 0.98 | 0.61 |
| Hex | FD | 3A | 40 | 0 | 4D | 4B | 1 | 166 | 62 | 3D |
| Octal | 375 | 72 | 100 | 0 | 115 | 113 | 1 | 546 | 142 | 75 |
| Binary | 11111101 | 111010 | 1000000 | 0 | 1001101 | 1001011 | 1 | 101100110 | 1100010 | 111101 |
Color Harmonies of #FD3A40
Complementary color
Monochromatic Colors of #FD3A40
Black with #FD3A40
Text Example
Text Example
White with #FD3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A40; }
p { color: rgb(253,58,64); }
H1.HeaderClassName
{
color: #FD3A40;
}
.AnyTagClassName
{
color: #FD3A40;
}
</style>
background-color css
<style>
a { background-color: #FD3A40; }
a { background-color: rgb(253,58,64); }
div.DivClassName
{
background-color: #FD3A40;
}
.BgClassName
{
background-color: #FD3A40;
}
</style>
border-color css
<style>
span { border-color: #FD3A40; }
span { border-color: rgb(253,58,64); }
td.TdClassName
{
border-color: #FD3A40;
}
.TagClassName
{
border-color: #FD3A40;
}
</style>