Shades of Radical Red #FF274F
Tints of Radical Red #FF274F
RGB
CMYK
RGB Variations
Color information
#FF274F (or 0xFF274F) is known color: Radical Red. HEX triplet: FF, 27 and 4F. RGB value is (255,39,79). Sum of RGB (Red+Green+Blue) = 255+39+79=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF274F is #00D8B0. Grayscale: #6C6C6C. Windows color (decimal): -55473 or 5187583. OLE color: 5187583.
HSL color Cylindrical-coordinate representation of color #FF274F: hue angle of 348.89º 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 #FF274F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 79 | - |
| CMYK | 0 | 0.85 | 0.69 | 0 |
| HSL | 348.89º | 1% | 0.58% | - |
| HSV(B) | 348.89º | 0.85% | 1% | - |
| XYZ | 43.38 | 23.28 | 9.6 | - |
| YUV | 108.14 | 111.56 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 79 | 0 | 0.85 | 0.69 | 0 | 348.89 | 1 | 0.58 |
| Hex | FF | 27 | 4F | 0 | 55 | 45 | 0 | 15D | 64 | 3A |
| Octal | 377 | 47 | 117 | 0 | 125 | 105 | 0 | 535 | 144 | 72 |
| Binary | 11111111 | 100111 | 1001111 | 0 | 1010101 | 1000101 | 0 | 101011101 | 1100100 | 111010 |
Color Harmonies of #FF274F
Complementary color
Monochromatic Colors of #FF274F
Black with #FF274F
Text Example
Text Example
White with #FF274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF274F; }
p { color: rgb(255,39,79); }
H1.HeaderClassName
{
color: #FF274F;
}
.AnyTagClassName
{
color: #FF274F;
}
</style>
background-color css
<style>
a { background-color: #FF274F; }
a { background-color: rgb(255,39,79); }
div.DivClassName
{
background-color: #FF274F;
}
.BgClassName
{
background-color: #FF274F;
}
</style>
border-color css
<style>
span { border-color: #FF274F; }
span { border-color: rgb(255,39,79); }
td.TdClassName
{
border-color: #FF274F;
}
.TagClassName
{
border-color: #FF274F;
}
</style>