Shades of Radical Red #FD324A
Tints of Radical Red #FD324A
RGB
CMYK
RGB Variations
Color information
#FD324A (or 0xFD324A) is known color: Radical Red. HEX triplet: FD, 32 and 4A. RGB value is (253,50,74). Sum of RGB (Red+Green+Blue) = 253+50+74=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD324A is #02CDB5. Grayscale: #717171. Windows color (decimal): -183734 or 4862717. OLE color: 4862717.
HSL color Cylindrical-coordinate representation of color #FD324A: hue angle of 352.91º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD324A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 74 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.01 |
| HSL | 352.91º | 0.98% | 0.59% | - |
| HSV(B) | 352.91º | 0.8% | 0.99% | - |
| XYZ | 42.88 | 23.66 | 8.78 | - |
| YUV | 113.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 74 | 0 | 0.80 | 0.71 | 0.01 | 352.91 | 0.98 | 0.59 |
| Hex | FD | 32 | 4A | 0 | 50 | 47 | 1 | 161 | 62 | 3B |
| Octal | 375 | 62 | 112 | 0 | 120 | 107 | 1 | 541 | 142 | 73 |
| Binary | 11111101 | 110010 | 1001010 | 0 | 1010000 | 1000111 | 1 | 101100001 | 1100010 | 111011 |
Color Harmonies of #FD324A
Complementary color
Monochromatic Colors of #FD324A
Black with #FD324A
Text Example
Text Example
White with #FD324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD324A; }
p { color: rgb(253,50,74); }
H1.HeaderClassName
{
color: #FD324A;
}
.AnyTagClassName
{
color: #FD324A;
}
</style>
background-color css
<style>
a { background-color: #FD324A; }
a { background-color: rgb(253,50,74); }
div.DivClassName
{
background-color: #FD324A;
}
.BgClassName
{
background-color: #FD324A;
}
</style>
border-color css
<style>
span { border-color: #FD324A; }
span { border-color: rgb(253,50,74); }
td.TdClassName
{
border-color: #FD324A;
}
.TagClassName
{
border-color: #FD324A;
}
</style>