Shades of Radical Red #FD324C
Tints of Radical Red #FD324C
RGB
CMYK
RGB Variations
Color information
#FD324C (or 0xFD324C) is known color: Radical Red. HEX triplet: FD, 32 and 4C. RGB value is (253,50,76). Sum of RGB (Red+Green+Blue) = 253+50+76=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD324C is #02CDB3. Grayscale: #717171. Windows color (decimal): -183732 or 4993789. OLE color: 4993789.
HSL color Cylindrical-coordinate representation of color #FD324C: hue angle of 352.32º 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 #FD324C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 76 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.01 |
| HSL | 352.32º | 0.98% | 0.59% | - |
| HSV(B) | 352.32º | 0.8% | 0.99% | - |
| XYZ | 42.95 | 23.69 | 9.15 | - |
| YUV | 113.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 76 | 0 | 0.80 | 0.70 | 0.01 | 352.32 | 0.98 | 0.59 |
| Hex | FD | 32 | 4C | 0 | 50 | 46 | 1 | 160 | 62 | 3B |
| Octal | 375 | 62 | 114 | 0 | 120 | 106 | 1 | 540 | 142 | 73 |
| Binary | 11111101 | 110010 | 1001100 | 0 | 1010000 | 1000110 | 1 | 101100000 | 1100010 | 111011 |
Color Harmonies of #FD324C
Complementary color
Monochromatic Colors of #FD324C
Black with #FD324C
Text Example
Text Example
White with #FD324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD324C; }
p { color: rgb(253,50,76); }
H1.HeaderClassName
{
color: #FD324C;
}
.AnyTagClassName
{
color: #FD324C;
}
</style>
background-color css
<style>
a { background-color: #FD324C; }
a { background-color: rgb(253,50,76); }
div.DivClassName
{
background-color: #FD324C;
}
.BgClassName
{
background-color: #FD324C;
}
</style>
border-color css
<style>
span { border-color: #FD324C; }
span { border-color: rgb(253,50,76); }
td.TdClassName
{
border-color: #FD324C;
}
.TagClassName
{
border-color: #FD324C;
}
</style>