Shades of Radical Red #FD4153
Tints of Radical Red #FD4153
RGB
CMYK
RGB Variations
Color information
#FD4153 (or 0xFD4153) is known color: Radical Red. HEX triplet: FD, 41 and 53. RGB value is (253,65,83). Sum of RGB (Red+Green+Blue) = 253+65+83=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4153 is #02BEAC. Grayscale: #7B7B7B. Windows color (decimal): -179885 or 5456381. OLE color: 5456381.
HSL color Cylindrical-coordinate representation of color #FD4153: hue angle of 354.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4153 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.01 |
| HSL | 354.26º | 0.98% | 0.62% | - |
| HSV(B) | 354.26º | 0.74% | 0.99% | - |
| XYZ | 43.96 | 25.29 | 10.75 | - |
| YUV | 123.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 83 | 0 | 0.74 | 0.67 | 0.01 | 354.26 | 0.98 | 0.62 |
| Hex | FD | 41 | 53 | 0 | 4A | 43 | 1 | 162 | 62 | 3E |
| Octal | 375 | 101 | 123 | 0 | 112 | 103 | 1 | 542 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1010011 | 0 | 1001010 | 1000011 | 1 | 101100010 | 1100010 | 111110 |
Color Harmonies of #FD4153
Complementary color
Monochromatic Colors of #FD4153
Black with #FD4153
Text Example
Text Example
White with #FD4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4153; }
p { color: rgb(253,65,83); }
H1.HeaderClassName
{
color: #FD4153;
}
.AnyTagClassName
{
color: #FD4153;
}
</style>
background-color css
<style>
a { background-color: #FD4153; }
a { background-color: rgb(253,65,83); }
div.DivClassName
{
background-color: #FD4153;
}
.BgClassName
{
background-color: #FD4153;
}
</style>
border-color css
<style>
span { border-color: #FD4153; }
span { border-color: rgb(253,65,83); }
td.TdClassName
{
border-color: #FD4153;
}
.TagClassName
{
border-color: #FD4153;
}
</style>