Shades of Radical Red #FF275C
Tints of Radical Red #FF275C
RGB
CMYK
RGB Variations
Color information
#FF275C (or 0xFF275C) is known color: Radical Red. HEX triplet: FF, 27 and 5C. RGB value is (255,39,92). Sum of RGB (Red+Green+Blue) = 255+39+92=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF275C is #00D8A3. Grayscale: #6D6D6D. Windows color (decimal): -55460 or 6039551. OLE color: 6039551.
HSL color Cylindrical-coordinate representation of color #FF275C: hue angle of 345.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 #FF275C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 92 | - |
| CMYK | 0 | 0.85 | 0.64 | 0 |
| HSL | 345.28º | 1% | 0.58% | - |
| HSV(B) | 345.28º | 0.85% | 1% | - |
| XYZ | 43.9 | 23.48 | 12.34 | - |
| YUV | 109.63 | 118.06 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 92 | 0 | 0.85 | 0.64 | 0 | 345.28 | 1 | 0.58 |
| Hex | FF | 27 | 5C | 0 | 55 | 40 | 0 | 159 | 64 | 3A |
| Octal | 377 | 47 | 134 | 0 | 125 | 100 | 0 | 531 | 144 | 72 |
| Binary | 11111111 | 100111 | 1011100 | 0 | 1010101 | 1000000 | 0 | 101011001 | 1100100 | 111010 |
Color Harmonies of #FF275C
Complementary color
Monochromatic Colors of #FF275C
Black with #FF275C
Text Example
Text Example
White with #FF275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF275C; }
p { color: rgb(255,39,92); }
H1.HeaderClassName
{
color: #FF275C;
}
.AnyTagClassName
{
color: #FF275C;
}
</style>
background-color css
<style>
a { background-color: #FF275C; }
a { background-color: rgb(255,39,92); }
div.DivClassName
{
background-color: #FF275C;
}
.BgClassName
{
background-color: #FF275C;
}
</style>
border-color css
<style>
span { border-color: #FF275C; }
span { border-color: rgb(255,39,92); }
td.TdClassName
{
border-color: #FF275C;
}
.TagClassName
{
border-color: #FF275C;
}
</style>