Shades of Radical Red #FD2D70
Tints of Radical Red #FD2D70
RGB
CMYK
RGB Variations
Color information
#FD2D70 (or 0xFD2D70) is known color: Radical Red. HEX triplet: FD, 2D and 70. RGB value is (253,45,112). Sum of RGB (Red+Green+Blue) = 253+45+112=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D70 is #02D28F. Grayscale: #727272. Windows color (decimal): -184976 or 7351805. OLE color: 7351805.
HSL color Cylindrical-coordinate representation of color #FD2D70: hue angle of 340.67º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D70 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 112 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.01 |
| HSL | 340.67º | 0.98% | 0.58% | - |
| HSV(B) | 340.67º | 0.82% | 0.99% | - |
| XYZ | 44.37 | 23.93 | 17.61 | - |
| YUV | 114.83 | 126.41 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 112 | 0 | 0.82 | 0.56 | 0.01 | 340.67 | 0.98 | 0.58 |
| Hex | FD | 2D | 70 | 0 | 52 | 38 | 1 | 155 | 62 | 3A |
| Octal | 375 | 55 | 160 | 0 | 122 | 70 | 1 | 525 | 142 | 72 |
| Binary | 11111101 | 101101 | 1110000 | 0 | 1010010 | 111000 | 1 | 101010101 | 1100010 | 111010 |
Color Harmonies of #FD2D70
Complementary color
Monochromatic Colors of #FD2D70
Black with #FD2D70
Text Example
Text Example
White with #FD2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D70; }
p { color: rgb(253,45,112); }
H1.HeaderClassName
{
color: #FD2D70;
}
.AnyTagClassName
{
color: #FD2D70;
}
</style>
background-color css
<style>
a { background-color: #FD2D70; }
a { background-color: rgb(253,45,112); }
div.DivClassName
{
background-color: #FD2D70;
}
.BgClassName
{
background-color: #FD2D70;
}
</style>
border-color css
<style>
span { border-color: #FD2D70; }
span { border-color: rgb(253,45,112); }
td.TdClassName
{
border-color: #FD2D70;
}
.TagClassName
{
border-color: #FD2D70;
}
</style>