Shades of Radical Red #FD274D
Tints of Radical Red #FD274D
RGB
CMYK
RGB Variations
Color information
#FD274D (or 0xFD274D) is known color: Radical Red. HEX triplet: FD, 27 and 4D. RGB value is (253,39,77). Sum of RGB (Red+Green+Blue) = 253+39+77=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD274D is #02D8B2. Grayscale: #6B6B6B. Windows color (decimal): -186547 or 5056509. OLE color: 5056509.
HSL color Cylindrical-coordinate representation of color #FD274D: hue angle of 349.35º 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 #FD274D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 77 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.01 |
| HSL | 349.35º | 0.98% | 0.57% | - |
| HSV(B) | 349.35º | 0.85% | 0.99% | - |
| XYZ | 42.57 | 22.87 | 9.19 | - |
| YUV | 107.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 77 | 0 | 0.85 | 0.70 | 0.01 | 349.35 | 0.98 | 0.57 |
| Hex | FD | 27 | 4D | 0 | 55 | 46 | 1 | 15D | 62 | 39 |
| Octal | 375 | 47 | 115 | 0 | 125 | 106 | 1 | 535 | 142 | 71 |
| Binary | 11111101 | 100111 | 1001101 | 0 | 1010101 | 1000110 | 1 | 101011101 | 1100010 | 111001 |
Color Harmonies of #FD274D
Complementary color
Monochromatic Colors of #FD274D
Black with #FD274D
Text Example
Text Example
White with #FD274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD274D; }
p { color: rgb(253,39,77); }
H1.HeaderClassName
{
color: #FD274D;
}
.AnyTagClassName
{
color: #FD274D;
}
</style>
background-color css
<style>
a { background-color: #FD274D; }
a { background-color: rgb(253,39,77); }
div.DivClassName
{
background-color: #FD274D;
}
.BgClassName
{
background-color: #FD274D;
}
</style>
border-color css
<style>
span { border-color: #FD274D; }
span { border-color: rgb(253,39,77); }
td.TdClassName
{
border-color: #FD274D;
}
.TagClassName
{
border-color: #FD274D;
}
</style>