Shades of Radical Red #FD2D45
Tints of Radical Red #FD2D45
RGB
CMYK
RGB Variations
Color information
#FD2D45 (or 0xFD2D45) is known color: Radical Red. HEX triplet: FD, 2D and 45. RGB value is (253,45,69). Sum of RGB (Red+Green+Blue) = 253+45+69=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D45 is #02D2BA. Grayscale: #6E6E6E. Windows color (decimal): -185019 or 4533757. OLE color: 4533757.
HSL color Cylindrical-coordinate representation of color #FD2D45: hue angle of 353.08º 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 #FD2D45 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 69 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.01 |
| HSL | 353.08º | 0.98% | 0.58% | - |
| HSV(B) | 353.08º | 0.82% | 0.99% | - |
| XYZ | 42.52 | 23.19 | 7.87 | - |
| YUV | 109.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 69 | 0 | 0.82 | 0.73 | 0.01 | 353.08 | 0.98 | 0.58 |
| Hex | FD | 2D | 45 | 0 | 52 | 49 | 1 | 161 | 62 | 3A |
| Octal | 375 | 55 | 105 | 0 | 122 | 111 | 1 | 541 | 142 | 72 |
| Binary | 11111101 | 101101 | 1000101 | 0 | 1010010 | 1001001 | 1 | 101100001 | 1100010 | 111010 |
Color Harmonies of #FD2D45
Complementary color
Monochromatic Colors of #FD2D45
Black with #FD2D45
Text Example
Text Example
White with #FD2D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D45; }
p { color: rgb(253,45,69); }
H1.HeaderClassName
{
color: #FD2D45;
}
.AnyTagClassName
{
color: #FD2D45;
}
</style>
background-color css
<style>
a { background-color: #FD2D45; }
a { background-color: rgb(253,45,69); }
div.DivClassName
{
background-color: #FD2D45;
}
.BgClassName
{
background-color: #FD2D45;
}
</style>
border-color css
<style>
span { border-color: #FD2D45; }
span { border-color: rgb(253,45,69); }
td.TdClassName
{
border-color: #FD2D45;
}
.TagClassName
{
border-color: #FD2D45;
}
</style>