Shades of Radical Red #FD3953
Tints of Radical Red #FD3953
RGB
CMYK
RGB Variations
Color information
#FD3953 (or 0xFD3953) is known color: Radical Red. HEX triplet: FD, 39 and 53. RGB value is (253,57,83). Sum of RGB (Red+Green+Blue) = 253+57+83=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3953 is #02C6AC. Grayscale: #767676. Windows color (decimal): -181933 or 5454333. OLE color: 5454333.
HSL color Cylindrical-coordinate representation of color #FD3953: hue angle of 352.04º 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 #FD3953 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 83 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.01 |
| HSL | 352.04º | 0.98% | 0.61% | - |
| HSV(B) | 352.04º | 0.77% | 0.99% | - |
| XYZ | 43.53 | 24.43 | 10.61 | - |
| YUV | 118.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 83 | 0 | 0.77 | 0.67 | 0.01 | 352.04 | 0.98 | 0.61 |
| Hex | FD | 39 | 53 | 0 | 4D | 43 | 1 | 160 | 62 | 3D |
| Octal | 375 | 71 | 123 | 0 | 115 | 103 | 1 | 540 | 142 | 75 |
| Binary | 11111101 | 111001 | 1010011 | 0 | 1001101 | 1000011 | 1 | 101100000 | 1100010 | 111101 |
Color Harmonies of #FD3953
Complementary color
Monochromatic Colors of #FD3953
Black with #FD3953
Text Example
Text Example
White with #FD3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3953; }
p { color: rgb(253,57,83); }
H1.HeaderClassName
{
color: #FD3953;
}
.AnyTagClassName
{
color: #FD3953;
}
</style>
background-color css
<style>
a { background-color: #FD3953; }
a { background-color: rgb(253,57,83); }
div.DivClassName
{
background-color: #FD3953;
}
.BgClassName
{
background-color: #FD3953;
}
</style>
border-color css
<style>
span { border-color: #FD3953; }
span { border-color: rgb(253,57,83); }
td.TdClassName
{
border-color: #FD3953;
}
.TagClassName
{
border-color: #FD3953;
}
</style>