Shades of Radical Red #FF294B
Tints of Radical Red #FF294B
RGB
CMYK
RGB Variations
Color information
#FF294B (or 0xFF294B) is known color: Radical Red. HEX triplet: FF, 29 and 4B. RGB value is (255,41,75). Sum of RGB (Red+Green+Blue) = 255+41+75=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF294B is #00D6B4. Grayscale: #6C6C6C. Windows color (decimal): -54965 or 4925951. OLE color: 4925951.
HSL color Cylindrical-coordinate representation of color #FF294B: hue angle of 350.47º 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 #FF294B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 75 | - |
| CMYK | 0 | 0.84 | 0.71 | 0 |
| HSL | 350.47º | 1% | 0.58% | - |
| HSV(B) | 350.47º | 0.84% | 1% | - |
| XYZ | 43.3 | 23.35 | 8.88 | - |
| YUV | 108.86 | 108.9 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 75 | 0 | 0.84 | 0.71 | 0 | 350.47 | 1 | 0.58 |
| Hex | FF | 29 | 4B | 0 | 54 | 47 | 0 | 15E | 64 | 3A |
| Octal | 377 | 51 | 113 | 0 | 124 | 107 | 0 | 536 | 144 | 72 |
| Binary | 11111111 | 101001 | 1001011 | 0 | 1010100 | 1000111 | 0 | 101011110 | 1100100 | 111010 |
Color Harmonies of #FF294B
Complementary color
Monochromatic Colors of #FF294B
Black with #FF294B
Text Example
Text Example
White with #FF294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF294B; }
p { color: rgb(255,41,75); }
H1.HeaderClassName
{
color: #FF294B;
}
.AnyTagClassName
{
color: #FF294B;
}
</style>
background-color css
<style>
a { background-color: #FF294B; }
a { background-color: rgb(255,41,75); }
div.DivClassName
{
background-color: #FF294B;
}
.BgClassName
{
background-color: #FF294B;
}
</style>
border-color css
<style>
span { border-color: #FF294B; }
span { border-color: rgb(255,41,75); }
td.TdClassName
{
border-color: #FF294B;
}
.TagClassName
{
border-color: #FF294B;
}
</style>