Shades of Radical Red #FF4955
Tints of Radical Red #FF4955
RGB
CMYK
RGB Variations
Color information
#FF4955 (or 0xFF4955) is known color: Radical Red. HEX triplet: FF, 49 and 55. RGB value is (255,73,85). Sum of RGB (Red+Green+Blue) = 255+73+85=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4955 is #00B6AA. Grayscale: #808080. Windows color (decimal): -46763 or 5589503. OLE color: 5589503.
HSL color Cylindrical-coordinate representation of color #FF4955: hue angle of 356.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4955 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 85 | - |
| CMYK | 0 | 0.71 | 0.67 | 0 |
| HSL | 356.04º | 1% | 0.64% | - |
| HSV(B) | 356.04º | 0.71% | 1% | - |
| XYZ | 45.26 | 26.68 | 11.36 | - |
| YUV | 128.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 85 | 0 | 0.71 | 0.67 | 0 | 356.04 | 1 | 0.64 |
| Hex | FF | 49 | 55 | 0 | 47 | 43 | 0 | 164 | 64 | 40 |
| Octal | 377 | 111 | 125 | 0 | 107 | 103 | 0 | 544 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1010101 | 0 | 1000111 | 1000011 | 0 | 101100100 | 1100100 | 1000000 |
Color Harmonies of #FF4955
Complementary color
Monochromatic Colors of #FF4955
Black with #FF4955
Text Example
Text Example
White with #FF4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4955; }
p { color: rgb(255,73,85); }
H1.HeaderClassName
{
color: #FF4955;
}
.AnyTagClassName
{
color: #FF4955;
}
</style>
background-color css
<style>
a { background-color: #FF4955; }
a { background-color: rgb(255,73,85); }
div.DivClassName
{
background-color: #FF4955;
}
.BgClassName
{
background-color: #FF4955;
}
</style>
border-color css
<style>
span { border-color: #FF4955; }
span { border-color: rgb(255,73,85); }
td.TdClassName
{
border-color: #FF4955;
}
.TagClassName
{
border-color: #FF4955;
}
</style>