Shades of Radical Red #FF276E
Tints of Radical Red #FF276E
RGB
CMYK
RGB Variations
Color information
#FF276E (or 0xFF276E) is known color: Radical Red. HEX triplet: FF, 27 and 6E. RGB value is (255,39,110). Sum of RGB (Red+Green+Blue) = 255+39+110=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF276E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF276E is #00D891. Grayscale: #6F6F6F. Windows color (decimal): -55442 or 7219199. OLE color: 7219199.
HSL color Cylindrical-coordinate representation of color #FF276E: hue angle of 340.28º 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 #FF276E is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 110 | - |
| CMYK | 0 | 0.85 | 0.57 | 0 |
| HSL | 340.28º | 1% | 0.58% | - |
| HSV(B) | 340.28º | 0.85% | 1% | - |
| XYZ | 44.78 | 23.84 | 16.99 | - |
| YUV | 111.68 | 127.06 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 110 | 0 | 0.85 | 0.57 | 0 | 340.28 | 1 | 0.58 |
| Hex | FF | 27 | 6E | 0 | 55 | 39 | 0 | 154 | 64 | 3A |
| Octal | 377 | 47 | 156 | 0 | 125 | 71 | 0 | 524 | 144 | 72 |
| Binary | 11111111 | 100111 | 1101110 | 0 | 1010101 | 111001 | 0 | 101010100 | 1100100 | 111010 |
Color Harmonies of #FF276E
Complementary color
Monochromatic Colors of #FF276E
Black with #FF276E
Text Example
Text Example
White with #FF276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF276E; }
p { color: rgb(255,39,110); }
H1.HeaderClassName
{
color: #FF276E;
}
.AnyTagClassName
{
color: #FF276E;
}
</style>
background-color css
<style>
a { background-color: #FF276E; }
a { background-color: rgb(255,39,110); }
div.DivClassName
{
background-color: #FF276E;
}
.BgClassName
{
background-color: #FF276E;
}
</style>
border-color css
<style>
span { border-color: #FF276E; }
span { border-color: rgb(255,39,110); }
td.TdClassName
{
border-color: #FF276E;
}
.TagClassName
{
border-color: #FF276E;
}
</style>