Shades of Radical Red #FF344A
Tints of Radical Red #FF344A
RGB
CMYK
RGB Variations
Color information
#FF344A (or 0xFF344A) is known color: Radical Red. HEX triplet: FF, 34 and 4A. RGB value is (255,52,74). Sum of RGB (Red+Green+Blue) = 255+52+74=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF344A is #00CBB5. Grayscale: #737373. Windows color (decimal): -52150 or 4863231. OLE color: 4863231.
HSL color Cylindrical-coordinate representation of color #FF344A: hue angle of 353.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF344A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 74 | - |
| CMYK | 0 | 0.80 | 0.71 | 0 |
| HSL | 353.5º | 1% | 0.6% | - |
| HSV(B) | 353.5º | 0.8% | 1% | - |
| XYZ | 43.7 | 24.21 | 8.85 | - |
| YUV | 115.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 74 | 0 | 0.80 | 0.71 | 0 | 353.5 | 1 | 0.6 |
| Hex | FF | 34 | 4A | 0 | 50 | 47 | 0 | 161 | 64 | 3C |
| Octal | 377 | 64 | 112 | 0 | 120 | 107 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110100 | 1001010 | 0 | 1010000 | 1000111 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF344A
Complementary color
Monochromatic Colors of #FF344A
Black with #FF344A
Text Example
Text Example
White with #FF344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF344A; }
p { color: rgb(255,52,74); }
H1.HeaderClassName
{
color: #FF344A;
}
.AnyTagClassName
{
color: #FF344A;
}
</style>
background-color css
<style>
a { background-color: #FF344A; }
a { background-color: rgb(255,52,74); }
div.DivClassName
{
background-color: #FF344A;
}
.BgClassName
{
background-color: #FF344A;
}
</style>
border-color css
<style>
span { border-color: #FF344A; }
span { border-color: rgb(255,52,74); }
td.TdClassName
{
border-color: #FF344A;
}
.TagClassName
{
border-color: #FF344A;
}
</style>