Shades of Radical Red #FD454D
Tints of Radical Red #FD454D
RGB
CMYK
RGB Variations
Color information
#FD454D (or 0xFD454D) is known color: Radical Red. HEX triplet: FD, 45 and 4D. RGB value is (253,69,77). Sum of RGB (Red+Green+Blue) = 253+69+77=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD454D is #02BAB2. Grayscale: #7D7D7D. Windows color (decimal): -178867 or 5064189. OLE color: 5064189.
HSL color Cylindrical-coordinate representation of color #FD454D: hue angle of 357.39º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD454D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 77 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.01 |
| HSL | 357.39º | 0.98% | 0.63% | - |
| HSV(B) | 357.39º | 0.73% | 0.99% | - |
| XYZ | 43.98 | 25.67 | 9.66 | - |
| YUV | 124.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 77 | 0 | 0.73 | 0.70 | 0.01 | 357.39 | 0.98 | 0.63 |
| Hex | FD | 45 | 4D | 0 | 49 | 46 | 1 | 165 | 62 | 3F |
| Octal | 375 | 105 | 115 | 0 | 111 | 106 | 1 | 545 | 142 | 77 |
| Binary | 11111101 | 1000101 | 1001101 | 0 | 1001001 | 1000110 | 1 | 101100101 | 1100010 | 111111 |
Color Harmonies of #FD454D
Complementary color
Monochromatic Colors of #FD454D
Black with #FD454D
Text Example
Text Example
White with #FD454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD454D; }
p { color: rgb(253,69,77); }
H1.HeaderClassName
{
color: #FD454D;
}
.AnyTagClassName
{
color: #FD454D;
}
</style>
background-color css
<style>
a { background-color: #FD454D; }
a { background-color: rgb(253,69,77); }
div.DivClassName
{
background-color: #FD454D;
}
.BgClassName
{
background-color: #FD454D;
}
</style>
border-color css
<style>
span { border-color: #FD454D; }
span { border-color: rgb(253,69,77); }
td.TdClassName
{
border-color: #FD454D;
}
.TagClassName
{
border-color: #FD454D;
}
</style>