Shades of Radical Red #FF4548
Tints of Radical Red #FF4548
RGB
CMYK
RGB Variations
Color information
#FF4548 (or 0xFF4548) is known color: Radical Red. HEX triplet: FF, 45 and 48. RGB value is (255,69,72). Sum of RGB (Red+Green+Blue) = 255+69+72=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4548 is #00BAB7. Grayscale: #7D7D7D. Windows color (decimal): -47800 or 4736511. OLE color: 4736511.
HSL color Cylindrical-coordinate representation of color #FF4548: hue angle of 359.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4548 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 72 | - |
| CMYK | 0 | 0.73 | 0.72 | 0 |
| HSL | 359.03º | 1% | 0.64% | - |
| HSV(B) | 359.03º | 0.73% | 1% | - |
| XYZ | 44.54 | 25.98 | 8.8 | - |
| YUV | 124.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 72 | 0 | 0.73 | 0.72 | 0 | 359.03 | 1 | 0.64 |
| Hex | FF | 45 | 48 | 0 | 49 | 48 | 0 | 167 | 64 | 40 |
| Octal | 377 | 105 | 110 | 0 | 111 | 110 | 0 | 547 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1001000 | 0 | 1001001 | 1001000 | 0 | 101100111 | 1100100 | 1000000 |
Color Harmonies of #FF4548
Complementary color
Monochromatic Colors of #FF4548
Black with #FF4548
Text Example
Text Example
White with #FF4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4548; }
p { color: rgb(255,69,72); }
H1.HeaderClassName
{
color: #FF4548;
}
.AnyTagClassName
{
color: #FF4548;
}
</style>
background-color css
<style>
a { background-color: #FF4548; }
a { background-color: rgb(255,69,72); }
div.DivClassName
{
background-color: #FF4548;
}
.BgClassName
{
background-color: #FF4548;
}
</style>
border-color css
<style>
span { border-color: #FF4548; }
span { border-color: rgb(255,69,72); }
td.TdClassName
{
border-color: #FF4548;
}
.TagClassName
{
border-color: #FF4548;
}
</style>