Shades of Radical Red #FD3C44
Tints of Radical Red #FD3C44
RGB
CMYK
RGB Variations
Color information
#FD3C44 (or 0xFD3C44) is known color: Radical Red. HEX triplet: FD, 3C and 44. RGB value is (253,60,68). Sum of RGB (Red+Green+Blue) = 253+60+68=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C44 is #02C3BB. Grayscale: #767676. Windows color (decimal): -181180 or 4472061. OLE color: 4472061.
HSL color Cylindrical-coordinate representation of color #FD3C44: hue angle of 357.51º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C44 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 68 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.01 |
| HSL | 357.51º | 0.98% | 0.61% | - |
| HSV(B) | 357.51º | 0.76% | 0.99% | - |
| XYZ | 43.17 | 24.53 | 7.93 | - |
| YUV | 118.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 68 | 0 | 0.76 | 0.73 | 0.01 | 357.51 | 0.98 | 0.61 |
| Hex | FD | 3C | 44 | 0 | 4C | 49 | 1 | 166 | 62 | 3D |
| Octal | 375 | 74 | 104 | 0 | 114 | 111 | 1 | 546 | 142 | 75 |
| Binary | 11111101 | 111100 | 1000100 | 0 | 1001100 | 1001001 | 1 | 101100110 | 1100010 | 111101 |
Color Harmonies of #FD3C44
Complementary color
Monochromatic Colors of #FD3C44
Black with #FD3C44
Text Example
Text Example
White with #FD3C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C44; }
p { color: rgb(253,60,68); }
H1.HeaderClassName
{
color: #FD3C44;
}
.AnyTagClassName
{
color: #FD3C44;
}
</style>
background-color css
<style>
a { background-color: #FD3C44; }
a { background-color: rgb(253,60,68); }
div.DivClassName
{
background-color: #FD3C44;
}
.BgClassName
{
background-color: #FD3C44;
}
</style>
border-color css
<style>
span { border-color: #FD3C44; }
span { border-color: rgb(253,60,68); }
td.TdClassName
{
border-color: #FD3C44;
}
.TagClassName
{
border-color: #FD3C44;
}
</style>