Shades of Radical Red #FF3454
Tints of Radical Red #FF3454
RGB
CMYK
RGB Variations
Color information
#FF3454 (or 0xFF3454) is known color: Radical Red. HEX triplet: FF, 34 and 54. RGB value is (255,52,84). Sum of RGB (Red+Green+Blue) = 255+52+84=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3454 is #00CBAB. Grayscale: #747474. Windows color (decimal): -52140 or 5518591. OLE color: 5518591.
HSL color Cylindrical-coordinate representation of color #FF3454: hue angle of 350.54º 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 #FF3454 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 84 | - |
| CMYK | 0 | 0.80 | 0.67 | 0 |
| HSL | 350.54º | 1% | 0.6% | - |
| HSV(B) | 350.54º | 0.8% | 1% | - |
| XYZ | 44.07 | 24.36 | 10.77 | - |
| YUV | 116.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 84 | 0 | 0.80 | 0.67 | 0 | 350.54 | 1 | 0.6 |
| Hex | FF | 34 | 54 | 0 | 50 | 43 | 0 | 15F | 64 | 3C |
| Octal | 377 | 64 | 124 | 0 | 120 | 103 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110100 | 1010100 | 0 | 1010000 | 1000011 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3454
Complementary color
Monochromatic Colors of #FF3454
Black with #FF3454
Text Example
Text Example
White with #FF3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3454; }
p { color: rgb(255,52,84); }
H1.HeaderClassName
{
color: #FF3454;
}
.AnyTagClassName
{
color: #FF3454;
}
</style>
background-color css
<style>
a { background-color: #FF3454; }
a { background-color: rgb(255,52,84); }
div.DivClassName
{
background-color: #FF3454;
}
.BgClassName
{
background-color: #FF3454;
}
</style>
border-color css
<style>
span { border-color: #FF3454; }
span { border-color: rgb(255,52,84); }
td.TdClassName
{
border-color: #FF3454;
}
.TagClassName
{
border-color: #FF3454;
}
</style>