Shades of Radical Red #FD3F40
Tints of Radical Red #FD3F40
RGB
CMYK
RGB Variations
Color information
#FD3F40 (or 0xFD3F40) is known color: Radical Red. HEX triplet: FD, 3F and 40. RGB value is (253,63,64). Sum of RGB (Red+Green+Blue) = 253+63+64=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3F40 is #02C0BF. Grayscale: #787878. Windows color (decimal): -180416 or 4210685. OLE color: 4210685.
HSL color Cylindrical-coordinate representation of color #FD3F40: hue angle of 359.68º 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 #FD3F40 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 64 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 359.68º | 0.98% | 0.62% | - |
| HSV(B) | 359.68º | 0.75% | 0.99% | - |
| XYZ | 43.21 | 24.81 | 7.36 | - |
| YUV | 119.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 64 | 0 | 0.75 | 0.75 | 0.01 | 359.68 | 0.98 | 0.62 |
| Hex | FD | 3F | 40 | 0 | 4B | 4B | 1 | 168 | 62 | 3E |
| Octal | 375 | 77 | 100 | 0 | 113 | 113 | 1 | 550 | 142 | 76 |
| Binary | 11111101 | 111111 | 1000000 | 0 | 1001011 | 1001011 | 1 | 101101000 | 1100010 | 111110 |
Color Harmonies of #FD3F40
Complementary color
Monochromatic Colors of #FD3F40
Black with #FD3F40
Text Example
Text Example
White with #FD3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3F40; }
p { color: rgb(253,63,64); }
H1.HeaderClassName
{
color: #FD3F40;
}
.AnyTagClassName
{
color: #FD3F40;
}
</style>
background-color css
<style>
a { background-color: #FD3F40; }
a { background-color: rgb(253,63,64); }
div.DivClassName
{
background-color: #FD3F40;
}
.BgClassName
{
background-color: #FD3F40;
}
</style>
border-color css
<style>
span { border-color: #FD3F40; }
span { border-color: rgb(253,63,64); }
td.TdClassName
{
border-color: #FD3F40;
}
.TagClassName
{
border-color: #FD3F40;
}
</style>