Shades of Radical Red #FD394A
Tints of Radical Red #FD394A
RGB
CMYK
RGB Variations
Color information
#FD394A (or 0xFD394A) is known color: Radical Red. HEX triplet: FD, 39 and 4A. RGB value is (253,57,74). Sum of RGB (Red+Green+Blue) = 253+57+74=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD394A is #02C6B5. Grayscale: #757575. Windows color (decimal): -181942 or 4864509. OLE color: 4864509.
HSL color Cylindrical-coordinate representation of color #FD394A: hue angle of 354.8º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD394A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 74 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.01 |
| HSL | 354.8º | 0.98% | 0.61% | - |
| HSV(B) | 354.8º | 0.77% | 0.99% | - |
| XYZ | 43.21 | 24.3 | 8.89 | - |
| YUV | 117.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 74 | 0 | 0.77 | 0.71 | 0.01 | 354.8 | 0.98 | 0.61 |
| Hex | FD | 39 | 4A | 0 | 4D | 47 | 1 | 163 | 62 | 3D |
| Octal | 375 | 71 | 112 | 0 | 115 | 107 | 1 | 543 | 142 | 75 |
| Binary | 11111101 | 111001 | 1001010 | 0 | 1001101 | 1000111 | 1 | 101100011 | 1100010 | 111101 |
Color Harmonies of #FD394A
Complementary color
Monochromatic Colors of #FD394A
Black with #FD394A
Text Example
Text Example
White with #FD394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD394A; }
p { color: rgb(253,57,74); }
H1.HeaderClassName
{
color: #FD394A;
}
.AnyTagClassName
{
color: #FD394A;
}
</style>
background-color css
<style>
a { background-color: #FD394A; }
a { background-color: rgb(253,57,74); }
div.DivClassName
{
background-color: #FD394A;
}
.BgClassName
{
background-color: #FD394A;
}
</style>
border-color css
<style>
span { border-color: #FD394A; }
span { border-color: rgb(253,57,74); }
td.TdClassName
{
border-color: #FD394A;
}
.TagClassName
{
border-color: #FD394A;
}
</style>