Shades of Radical Red #FF4454
Tints of Radical Red #FF4454
RGB
CMYK
RGB Variations
Color information
#FF4454 (or 0xFF4454) is known color: Radical Red. HEX triplet: FF, 44 and 54. RGB value is (255,68,84). Sum of RGB (Red+Green+Blue) = 255+68+84=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4454 is #00BBAB. Grayscale: #7D7D7D. Windows color (decimal): -48044 or 5522687. OLE color: 5522687.
HSL color Cylindrical-coordinate representation of color #FF4454: hue angle of 354.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4454 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 84 | - |
| CMYK | 0 | 0.73 | 0.67 | 0 |
| HSL | 354.87º | 1% | 0.63% | - |
| HSV(B) | 354.87º | 0.73% | 1% | - |
| XYZ | 44.91 | 26.03 | 11.05 | - |
| YUV | 125.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 84 | 0 | 0.73 | 0.67 | 0 | 354.87 | 1 | 0.63 |
| Hex | FF | 44 | 54 | 0 | 49 | 43 | 0 | 163 | 64 | 3F |
| Octal | 377 | 104 | 124 | 0 | 111 | 103 | 0 | 543 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1010100 | 0 | 1001001 | 1000011 | 0 | 101100011 | 1100100 | 111111 |
Color Harmonies of #FF4454
Complementary color
Monochromatic Colors of #FF4454
Black with #FF4454
Text Example
Text Example
White with #FF4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4454; }
p { color: rgb(255,68,84); }
H1.HeaderClassName
{
color: #FF4454;
}
.AnyTagClassName
{
color: #FF4454;
}
</style>
background-color css
<style>
a { background-color: #FF4454; }
a { background-color: rgb(255,68,84); }
div.DivClassName
{
background-color: #FF4454;
}
.BgClassName
{
background-color: #FF4454;
}
</style>
border-color css
<style>
span { border-color: #FF4454; }
span { border-color: rgb(255,68,84); }
td.TdClassName
{
border-color: #FF4454;
}
.TagClassName
{
border-color: #FF4454;
}
</style>