Shades of Radical Red #FD2C4D
Tints of Radical Red #FD2C4D
RGB
CMYK
RGB Variations
Color information
#FD2C4D (or 0xFD2C4D) is known color: Radical Red. HEX triplet: FD, 2C and 4D. RGB value is (253,44,77). Sum of RGB (Red+Green+Blue) = 253+44+77=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C4D is #02D3B2. Grayscale: #6E6E6E. Windows color (decimal): -185267 or 5057789. OLE color: 5057789.
HSL color Cylindrical-coordinate representation of color #FD2C4D: hue angle of 350.53º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C4D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 77 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.01 |
| HSL | 350.53º | 0.98% | 0.58% | - |
| HSV(B) | 350.53º | 0.83% | 0.99% | - |
| XYZ | 42.75 | 23.22 | 9.25 | - |
| YUV | 110.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 77 | 0 | 0.83 | 0.70 | 0.01 | 350.53 | 0.98 | 0.58 |
| Hex | FD | 2C | 4D | 0 | 53 | 46 | 1 | 15F | 62 | 3A |
| Octal | 375 | 54 | 115 | 0 | 123 | 106 | 1 | 537 | 142 | 72 |
| Binary | 11111101 | 101100 | 1001101 | 0 | 1010011 | 1000110 | 1 | 101011111 | 1100010 | 111010 |
Color Harmonies of #FD2C4D
Complementary color
Monochromatic Colors of #FD2C4D
Black with #FD2C4D
Text Example
Text Example
White with #FD2C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C4D; }
p { color: rgb(253,44,77); }
H1.HeaderClassName
{
color: #FD2C4D;
}
.AnyTagClassName
{
color: #FD2C4D;
}
</style>
background-color css
<style>
a { background-color: #FD2C4D; }
a { background-color: rgb(253,44,77); }
div.DivClassName
{
background-color: #FD2C4D;
}
.BgClassName
{
background-color: #FD2C4D;
}
</style>
border-color css
<style>
span { border-color: #FD2C4D; }
span { border-color: rgb(253,44,77); }
td.TdClassName
{
border-color: #FD2C4D;
}
.TagClassName
{
border-color: #FD2C4D;
}
</style>