Shades of Radical Red #FD2D61
Tints of Radical Red #FD2D61
RGB
CMYK
RGB Variations
Color information
#FD2D61 (or 0xFD2D61) is known color: Radical Red. HEX triplet: FD, 2D and 61. RGB value is (253,45,97). Sum of RGB (Red+Green+Blue) = 253+45+97=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D61 is #02D29E. Grayscale: #717171. Windows color (decimal): -184991 or 6368765. OLE color: 6368765.
HSL color Cylindrical-coordinate representation of color #FD2D61: hue angle of 345º 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 #FD2D61 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 97 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.01 |
| HSL | 345º | 0.98% | 0.58% | - |
| HSV(B) | 345º | 0.82% | 0.99% | - |
| XYZ | 43.6 | 23.62 | 13.57 | - |
| YUV | 113.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 97 | 0 | 0.82 | 0.62 | 0.01 | 345 | 0.98 | 0.58 |
| Hex | FD | 2D | 61 | 0 | 52 | 3E | 1 | 159 | 62 | 3A |
| Octal | 375 | 55 | 141 | 0 | 122 | 76 | 1 | 531 | 142 | 72 |
| Binary | 11111101 | 101101 | 1100001 | 0 | 1010010 | 111110 | 1 | 101011001 | 1100010 | 111010 |
Color Harmonies of #FD2D61
Complementary color
Monochromatic Colors of #FD2D61
Black with #FD2D61
Text Example
Text Example
White with #FD2D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D61; }
p { color: rgb(253,45,97); }
H1.HeaderClassName
{
color: #FD2D61;
}
.AnyTagClassName
{
color: #FD2D61;
}
</style>
background-color css
<style>
a { background-color: #FD2D61; }
a { background-color: rgb(253,45,97); }
div.DivClassName
{
background-color: #FD2D61;
}
.BgClassName
{
background-color: #FD2D61;
}
</style>
border-color css
<style>
span { border-color: #FD2D61; }
span { border-color: rgb(253,45,97); }
td.TdClassName
{
border-color: #FD2D61;
}
.TagClassName
{
border-color: #FD2D61;
}
</style>