Shades of Radical Red #FD444D
Tints of Radical Red #FD444D
RGB
CMYK
RGB Variations
Color information
#FD444D (or 0xFD444D) is known color: Radical Red. HEX triplet: FD, 44 and 4D. RGB value is (253,68,77). Sum of RGB (Red+Green+Blue) = 253+68+77=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD444D is #02BBB2. Grayscale: #7C7C7C. Windows color (decimal): -179123 or 5063933. OLE color: 5063933.
HSL color Cylindrical-coordinate representation of color #FD444D: hue angle of 357.08º 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 #FD444D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 77 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.01 |
| HSL | 357.08º | 0.98% | 0.63% | - |
| HSV(B) | 357.08º | 0.73% | 0.99% | - |
| XYZ | 43.91 | 25.55 | 9.64 | - |
| YUV | 124.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 77 | 0 | 0.73 | 0.70 | 0.01 | 357.08 | 0.98 | 0.63 |
| Hex | FD | 44 | 4D | 0 | 49 | 46 | 1 | 165 | 62 | 3F |
| Octal | 375 | 104 | 115 | 0 | 111 | 106 | 1 | 545 | 142 | 77 |
| Binary | 11111101 | 1000100 | 1001101 | 0 | 1001001 | 1000110 | 1 | 101100101 | 1100010 | 111111 |
Color Harmonies of #FD444D
Complementary color
Monochromatic Colors of #FD444D
Black with #FD444D
Text Example
Text Example
White with #FD444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD444D; }
p { color: rgb(253,68,77); }
H1.HeaderClassName
{
color: #FD444D;
}
.AnyTagClassName
{
color: #FD444D;
}
</style>
background-color css
<style>
a { background-color: #FD444D; }
a { background-color: rgb(253,68,77); }
div.DivClassName
{
background-color: #FD444D;
}
.BgClassName
{
background-color: #FD444D;
}
</style>
border-color css
<style>
span { border-color: #FD444D; }
span { border-color: rgb(253,68,77); }
td.TdClassName
{
border-color: #FD444D;
}
.TagClassName
{
border-color: #FD444D;
}
</style>