Shades of Radical Red #FD424C
Tints of Radical Red #FD424C
RGB
CMYK
RGB Variations
Color information
#FD424C (or 0xFD424C) is known color: Radical Red. HEX triplet: FD, 42 and 4C. RGB value is (253,66,76). Sum of RGB (Red+Green+Blue) = 253+66+76=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD424C is #02BDB3. Grayscale: #7B7B7B. Windows color (decimal): -179636 or 4997885. OLE color: 4997885.
HSL color Cylindrical-coordinate representation of color #FD424C: hue angle of 356.79º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD424C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 76 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.01 |
| HSL | 356.79º | 0.98% | 0.63% | - |
| HSV(B) | 356.79º | 0.74% | 0.99% | - |
| XYZ | 43.76 | 25.3 | 9.41 | - |
| YUV | 123.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 76 | 0 | 0.74 | 0.70 | 0.01 | 356.79 | 0.98 | 0.63 |
| Hex | FD | 42 | 4C | 0 | 4A | 46 | 1 | 165 | 62 | 3F |
| Octal | 375 | 102 | 114 | 0 | 112 | 106 | 1 | 545 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1001100 | 0 | 1001010 | 1000110 | 1 | 101100101 | 1100010 | 111111 |
Color Harmonies of #FD424C
Complementary color
Monochromatic Colors of #FD424C
Black with #FD424C
Text Example
Text Example
White with #FD424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD424C; }
p { color: rgb(253,66,76); }
H1.HeaderClassName
{
color: #FD424C;
}
.AnyTagClassName
{
color: #FD424C;
}
</style>
background-color css
<style>
a { background-color: #FD424C; }
a { background-color: rgb(253,66,76); }
div.DivClassName
{
background-color: #FD424C;
}
.BgClassName
{
background-color: #FD424C;
}
</style>
border-color css
<style>
span { border-color: #FD424C; }
span { border-color: rgb(253,66,76); }
td.TdClassName
{
border-color: #FD424C;
}
.TagClassName
{
border-color: #FD424C;
}
</style>