Shades of Radical Red #FD454A
Tints of Radical Red #FD454A
RGB
CMYK
RGB Variations
Color information
#FD454A (or 0xFD454A) is known color: Radical Red. HEX triplet: FD, 45 and 4A. RGB value is (253,69,74). Sum of RGB (Red+Green+Blue) = 253+69+74=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD454A is #02BAB5. Grayscale: #7C7C7C. Windows color (decimal): -178870 or 4867581. OLE color: 4867581.
HSL color Cylindrical-coordinate representation of color #FD454A: hue angle of 358.37º 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 #FD454A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 74 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.01 |
| HSL | 358.37º | 0.98% | 0.63% | - |
| HSV(B) | 358.37º | 0.73% | 0.99% | - |
| XYZ | 43.87 | 25.63 | 9.11 | - |
| YUV | 124.59 | 99.46 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 74 | 0 | 0.73 | 0.71 | 0.01 | 358.37 | 0.98 | 0.63 |
| Hex | FD | 45 | 4A | 0 | 49 | 47 | 1 | 166 | 62 | 3F |
| Octal | 375 | 105 | 112 | 0 | 111 | 107 | 1 | 546 | 142 | 77 |
| Binary | 11111101 | 1000101 | 1001010 | 0 | 1001001 | 1000111 | 1 | 101100110 | 1100010 | 111111 |
Color Harmonies of #FD454A
Complementary color
Monochromatic Colors of #FD454A
Black with #FD454A
Text Example
Text Example
White with #FD454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD454A; }
p { color: rgb(253,69,74); }
H1.HeaderClassName
{
color: #FD454A;
}
.AnyTagClassName
{
color: #FD454A;
}
</style>
background-color css
<style>
a { background-color: #FD454A; }
a { background-color: rgb(253,69,74); }
div.DivClassName
{
background-color: #FD454A;
}
.BgClassName
{
background-color: #FD454A;
}
</style>
border-color css
<style>
span { border-color: #FD454A; }
span { border-color: rgb(253,69,74); }
td.TdClassName
{
border-color: #FD454A;
}
.TagClassName
{
border-color: #FD454A;
}
</style>