Shades of Radical Red #FF295C
Tints of Radical Red #FF295C
RGB
CMYK
RGB Variations
Color information
#FF295C (or 0xFF295C) is known color: Radical Red. HEX triplet: FF, 29 and 5C. RGB value is (255,41,92). Sum of RGB (Red+Green+Blue) = 255+41+92=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF295C is #00D6A3. Grayscale: #6E6E6E. Windows color (decimal): -54948 or 6040063. OLE color: 6040063.
HSL color Cylindrical-coordinate representation of color #FF295C: hue angle of 345.7º 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 #FF295C is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 92 | - |
| CMYK | 0 | 0.84 | 0.64 | 0 |
| HSL | 345.7º | 1% | 0.58% | - |
| HSV(B) | 345.7º | 0.84% | 1% | - |
| XYZ | 43.96 | 23.62 | 12.37 | - |
| YUV | 110.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 92 | 0 | 0.84 | 0.64 | 0 | 345.7 | 1 | 0.58 |
| Hex | FF | 29 | 5C | 0 | 54 | 40 | 0 | 15A | 64 | 3A |
| Octal | 377 | 51 | 134 | 0 | 124 | 100 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 101001 | 1011100 | 0 | 1010100 | 1000000 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF295C
Complementary color
Monochromatic Colors of #FF295C
Black with #FF295C
Text Example
Text Example
White with #FF295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF295C; }
p { color: rgb(255,41,92); }
H1.HeaderClassName
{
color: #FF295C;
}
.AnyTagClassName
{
color: #FF295C;
}
</style>
background-color css
<style>
a { background-color: #FF295C; }
a { background-color: rgb(255,41,92); }
div.DivClassName
{
background-color: #FF295C;
}
.BgClassName
{
background-color: #FF295C;
}
</style>
border-color css
<style>
span { border-color: #FF295C; }
span { border-color: rgb(255,41,92); }
td.TdClassName
{
border-color: #FF295C;
}
.TagClassName
{
border-color: #FF295C;
}
</style>