Shades of Radical Red #FF2874
Tints of Radical Red #FF2874
RGB
CMYK
RGB Variations
Color information
#FF2874 (or 0xFF2874) is known color: Radical Red. HEX triplet: FF, 28 and 74. RGB value is (255,40,116). Sum of RGB (Red+Green+Blue) = 255+40+116=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2874 is #00D78B. Grayscale: #707070. Windows color (decimal): -55180 or 7612671. OLE color: 7612671.
HSL color Cylindrical-coordinate representation of color #FF2874: hue angle of 338.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2874 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 116 | - |
| CMYK | 0 | 0.84 | 0.55 | 0 |
| HSL | 338.79º | 1% | 0.58% | - |
| HSV(B) | 338.79º | 0.84% | 1% | - |
| XYZ | 45.15 | 24.04 | 18.78 | - |
| YUV | 112.95 | 129.73 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 116 | 0 | 0.84 | 0.55 | 0 | 338.79 | 1 | 0.58 |
| Hex | FF | 28 | 74 | 0 | 54 | 37 | 0 | 153 | 64 | 3A |
| Octal | 377 | 50 | 164 | 0 | 124 | 67 | 0 | 523 | 144 | 72 |
| Binary | 11111111 | 101000 | 1110100 | 0 | 1010100 | 110111 | 0 | 101010011 | 1100100 | 111010 |
Color Harmonies of #FF2874
Complementary color
Monochromatic Colors of #FF2874
Black with #FF2874
Text Example
Text Example
White with #FF2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2874; }
p { color: rgb(255,40,116); }
H1.HeaderClassName
{
color: #FF2874;
}
.AnyTagClassName
{
color: #FF2874;
}
</style>
background-color css
<style>
a { background-color: #FF2874; }
a { background-color: rgb(255,40,116); }
div.DivClassName
{
background-color: #FF2874;
}
.BgClassName
{
background-color: #FF2874;
}
</style>
border-color css
<style>
span { border-color: #FF2874; }
span { border-color: rgb(255,40,116); }
td.TdClassName
{
border-color: #FF2874;
}
.TagClassName
{
border-color: #FF2874;
}
</style>