Shades of Radical Red #FD454C
Tints of Radical Red #FD454C
RGB
CMYK
RGB Variations
Color information
#FD454C (or 0xFD454C) is known color: Radical Red. HEX triplet: FD, 45 and 4C. RGB value is (253,69,76). Sum of RGB (Red+Green+Blue) = 253+69+76=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD454C is #02BAB3. Grayscale: #7C7C7C. Windows color (decimal): -178868 or 4998653. OLE color: 4998653.
HSL color Cylindrical-coordinate representation of color #FD454C: hue angle of 357.72º 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 #FD454C is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 76 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.01 |
| HSL | 357.72º | 0.98% | 0.63% | - |
| HSV(B) | 357.72º | 0.73% | 0.99% | - |
| XYZ | 43.94 | 25.66 | 9.47 | - |
| YUV | 124.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 76 | 0 | 0.73 | 0.70 | 0.01 | 357.72 | 0.98 | 0.63 |
| Hex | FD | 45 | 4C | 0 | 49 | 46 | 1 | 166 | 62 | 3F |
| Octal | 375 | 105 | 114 | 0 | 111 | 106 | 1 | 546 | 142 | 77 |
| Binary | 11111101 | 1000101 | 1001100 | 0 | 1001001 | 1000110 | 1 | 101100110 | 1100010 | 111111 |
Color Harmonies of #FD454C
Complementary color
Monochromatic Colors of #FD454C
Black with #FD454C
Text Example
Text Example
White with #FD454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD454C; }
p { color: rgb(253,69,76); }
H1.HeaderClassName
{
color: #FD454C;
}
.AnyTagClassName
{
color: #FD454C;
}
</style>
background-color css
<style>
a { background-color: #FD454C; }
a { background-color: rgb(253,69,76); }
div.DivClassName
{
background-color: #FD454C;
}
.BgClassName
{
background-color: #FD454C;
}
</style>
border-color css
<style>
span { border-color: #FD454C; }
span { border-color: rgb(253,69,76); }
td.TdClassName
{
border-color: #FD454C;
}
.TagClassName
{
border-color: #FD454C;
}
</style>