Shades of Radical Red #FF2754
Tints of Radical Red #FF2754
RGB
CMYK
RGB Variations
Color information
#FF2754 (or 0xFF2754) is known color: Radical Red. HEX triplet: FF, 27 and 54. RGB value is (255,39,84). Sum of RGB (Red+Green+Blue) = 255+39+84=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2754 is #00D8AB. Grayscale: #6C6C6C. Windows color (decimal): -55468 or 5515263. OLE color: 5515263.
HSL color Cylindrical-coordinate representation of color #FF2754: hue angle of 347.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2754 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 84 | - |
| CMYK | 0 | 0.85 | 0.67 | 0 |
| HSL | 347.5º | 1% | 0.58% | - |
| HSV(B) | 347.5º | 0.85% | 1% | - |
| XYZ | 43.57 | 23.35 | 10.6 | - |
| YUV | 108.71 | 114.06 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 84 | 0 | 0.85 | 0.67 | 0 | 347.5 | 1 | 0.58 |
| Hex | FF | 27 | 54 | 0 | 55 | 43 | 0 | 15C | 64 | 3A |
| Octal | 377 | 47 | 124 | 0 | 125 | 103 | 0 | 534 | 144 | 72 |
| Binary | 11111111 | 100111 | 1010100 | 0 | 1010101 | 1000011 | 0 | 101011100 | 1100100 | 111010 |
Color Harmonies of #FF2754
Complementary color
Monochromatic Colors of #FF2754
Black with #FF2754
Text Example
Text Example
White with #FF2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2754; }
p { color: rgb(255,39,84); }
H1.HeaderClassName
{
color: #FF2754;
}
.AnyTagClassName
{
color: #FF2754;
}
</style>
background-color css
<style>
a { background-color: #FF2754; }
a { background-color: rgb(255,39,84); }
div.DivClassName
{
background-color: #FF2754;
}
.BgClassName
{
background-color: #FF2754;
}
</style>
border-color css
<style>
span { border-color: #FF2754; }
span { border-color: rgb(255,39,84); }
td.TdClassName
{
border-color: #FF2754;
}
.TagClassName
{
border-color: #FF2754;
}
</style>