Shades of Radical Red #FD3A54
Tints of Radical Red #FD3A54
RGB
CMYK
RGB Variations
Color information
#FD3A54 (or 0xFD3A54) is known color: Radical Red. HEX triplet: FD, 3A and 54. RGB value is (253,58,84). Sum of RGB (Red+Green+Blue) = 253+58+84=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A54 is #02C5AB. Grayscale: #777777. Windows color (decimal): -181676 or 5520125. OLE color: 5520125.
HSL color Cylindrical-coordinate representation of color #FD3A54: hue angle of 352º 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 #FD3A54 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 58 | 84 | - |
CMYK | 0 | 0.77 | 0.67 | 0.01 |
HSL | 352º | 0.98% | 0.61% | - |
HSV(B) | 352º | 0.77% | 0.99% | - |
XYZ | 43.62 | 24.55 | 10.83 | - |
YUV | 119.27 | 108.1 | 223.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 58 | 84 | 0 | 0.77 | 0.67 | 0.01 | 352 | 0.98 | 0.61 |
Hex | FD | 3A | 54 | 0 | 4D | 43 | 1 | 160 | 62 | 3D |
Octal | 375 | 72 | 124 | 0 | 115 | 103 | 1 | 540 | 142 | 75 |
Binary | 11111101 | 111010 | 1010100 | 0 | 1001101 | 1000011 | 1 | 101100000 | 1100010 | 111101 |
Color Harmonies of #FD3A54
Complementary color
Monochromatic Colors of #FD3A54
Black with #FD3A54
Text Example
Text Example
White with #FD3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A54; }
p { color: rgb(253,58,84); }
H1.HeaderClassName
{
color: #FD3A54;
}
.AnyTagClassName
{
color: #FD3A54;
}
</style>
background-color css
<style>
a { background-color: #FD3A54; }
a { background-color: rgb(253,58,84); }
div.DivClassName
{
background-color: #FD3A54;
}
.BgClassName
{
background-color: #FD3A54;
}
</style>
border-color css
<style>
span { border-color: #FD3A54; }
span { border-color: rgb(253,58,84); }
td.TdClassName
{
border-color: #FD3A54;
}
.TagClassName
{
border-color: #FD3A54;
}
</style>