Shades of Radical Red #FD2574
Tints of Radical Red #FD2574
RGB
CMYK
RGB Variations
Color information
#FD2574 (or 0xFD2574) is known color: Radical Red. HEX triplet: FD, 25 and 74. RGB value is (253,37,116). Sum of RGB (Red+Green+Blue) = 253+37+116=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2574 is #02DA8B. Grayscale: #6E6E6E. Windows color (decimal): -187020 or 7611901. OLE color: 7611901.
HSL color Cylindrical-coordinate representation of color #FD2574: hue angle of 338.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2574 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 116 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.01 |
| HSL | 338.06º | 0.98% | 0.57% | - |
| HSV(B) | 338.06º | 0.85% | 0.99% | - |
| XYZ | 44.32 | 23.47 | 18.72 | - |
| YUV | 110.59 | 131.06 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 116 | 0 | 0.85 | 0.54 | 0.01 | 338.06 | 0.98 | 0.57 |
| Hex | FD | 25 | 74 | 0 | 55 | 36 | 1 | 152 | 62 | 39 |
| Octal | 375 | 45 | 164 | 0 | 125 | 66 | 1 | 522 | 142 | 71 |
| Binary | 11111101 | 100101 | 1110100 | 0 | 1010101 | 110110 | 1 | 101010010 | 1100010 | 111001 |
Color Harmonies of #FD2574
Complementary color
Monochromatic Colors of #FD2574
Black with #FD2574
Text Example
Text Example
White with #FD2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2574; }
p { color: rgb(253,37,116); }
H1.HeaderClassName
{
color: #FD2574;
}
.AnyTagClassName
{
color: #FD2574;
}
</style>
background-color css
<style>
a { background-color: #FD2574; }
a { background-color: rgb(253,37,116); }
div.DivClassName
{
background-color: #FD2574;
}
.BgClassName
{
background-color: #FD2574;
}
</style>
border-color css
<style>
span { border-color: #FD2574; }
span { border-color: rgb(253,37,116); }
td.TdClassName
{
border-color: #FD2574;
}
.TagClassName
{
border-color: #FD2574;
}
</style>