Shades of Radical Red #FD3E40
Tints of Radical Red #FD3E40
RGB
CMYK
RGB Variations
Color information
#FD3E40 (or 0xFD3E40) is known color: Radical Red. HEX triplet: FD, 3E and 40. RGB value is (253,62,64). Sum of RGB (Red+Green+Blue) = 253+62+64=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E40 is #02C1BF. Grayscale: #777777. Windows color (decimal): -180672 or 4210429. OLE color: 4210429.
HSL color Cylindrical-coordinate representation of color #FD3E40: hue angle of 359.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E40 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 64 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 359.37º | 0.98% | 0.62% | - |
| HSV(B) | 359.37º | 0.75% | 0.99% | - |
| XYZ | 43.16 | 24.7 | 7.34 | - |
| YUV | 119.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 64 | 0 | 0.75 | 0.75 | 0.01 | 359.37 | 0.98 | 0.62 |
| Hex | FD | 3E | 40 | 0 | 4B | 4B | 1 | 167 | 62 | 3E |
| Octal | 375 | 76 | 100 | 0 | 113 | 113 | 1 | 547 | 142 | 76 |
| Binary | 11111101 | 111110 | 1000000 | 0 | 1001011 | 1001011 | 1 | 101100111 | 1100010 | 111110 |
Color Harmonies of #FD3E40
Complementary color
Monochromatic Colors of #FD3E40
Black with #FD3E40
Text Example
Text Example
White with #FD3E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E40; }
p { color: rgb(253,62,64); }
H1.HeaderClassName
{
color: #FD3E40;
}
.AnyTagClassName
{
color: #FD3E40;
}
</style>
background-color css
<style>
a { background-color: #FD3E40; }
a { background-color: rgb(253,62,64); }
div.DivClassName
{
background-color: #FD3E40;
}
.BgClassName
{
background-color: #FD3E40;
}
</style>
border-color css
<style>
span { border-color: #FD3E40; }
span { border-color: rgb(253,62,64); }
td.TdClassName
{
border-color: #FD3E40;
}
.TagClassName
{
border-color: #FD3E40;
}
</style>