Shades of Radical Red #FD2754
Tints of Radical Red #FD2754
RGB
CMYK
RGB Variations
Color information
#FD2754 (or 0xFD2754) is known color: Radical Red. HEX triplet: FD, 27 and 54. RGB value is (253,39,84). Sum of RGB (Red+Green+Blue) = 253+39+84=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2754 is #02D8AB. Grayscale: #6C6C6C. Windows color (decimal): -186540 or 5515261. OLE color: 5515261.
HSL color Cylindrical-coordinate representation of color #FD2754: hue angle of 347.38º 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 #FD2754 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 84 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.01 |
| HSL | 347.38º | 0.98% | 0.57% | - |
| HSV(B) | 347.38º | 0.85% | 0.99% | - |
| XYZ | 42.83 | 22.97 | 10.56 | - |
| YUV | 108.12 | 114.4 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 84 | 0 | 0.85 | 0.67 | 0.01 | 347.38 | 0.98 | 0.57 |
| Hex | FD | 27 | 54 | 0 | 55 | 43 | 1 | 15B | 62 | 39 |
| Octal | 375 | 47 | 124 | 0 | 125 | 103 | 1 | 533 | 142 | 71 |
| Binary | 11111101 | 100111 | 1010100 | 0 | 1010101 | 1000011 | 1 | 101011011 | 1100010 | 111001 |
Color Harmonies of #FD2754
Complementary color
Monochromatic Colors of #FD2754
Black with #FD2754
Text Example
Text Example
White with #FD2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2754; }
p { color: rgb(253,39,84); }
H1.HeaderClassName
{
color: #FD2754;
}
.AnyTagClassName
{
color: #FD2754;
}
</style>
background-color css
<style>
a { background-color: #FD2754; }
a { background-color: rgb(253,39,84); }
div.DivClassName
{
background-color: #FD2754;
}
.BgClassName
{
background-color: #FD2754;
}
</style>
border-color css
<style>
span { border-color: #FD2754; }
span { border-color: rgb(253,39,84); }
td.TdClassName
{
border-color: #FD2754;
}
.TagClassName
{
border-color: #FD2754;
}
</style>