Shades of Radical Red #FF3048
Tints of Radical Red #FF3048
RGB
CMYK
RGB Variations
Color information
#FF3048 (or 0xFF3048) is known color: Radical Red. HEX triplet: FF, 30 and 48. RGB value is (255,48,72). Sum of RGB (Red+Green+Blue) = 255+48+72=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3048 is #00CFB7. Grayscale: #707070. Windows color (decimal): -53176 or 4731135. OLE color: 4731135.
HSL color Cylindrical-coordinate representation of color #FF3048: hue angle of 353.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3048 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 72 | - |
| CMYK | 0 | 0.81 | 0.72 | 0 |
| HSL | 353.04º | 1% | 0.59% | - |
| HSV(B) | 353.04º | 0.81% | 1% | - |
| XYZ | 43.47 | 23.84 | 8.44 | - |
| YUV | 112.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 72 | 0 | 0.81 | 0.72 | 0 | 353.04 | 1 | 0.59 |
| Hex | FF | 30 | 48 | 0 | 51 | 48 | 0 | 161 | 64 | 3B |
| Octal | 377 | 60 | 110 | 0 | 121 | 110 | 0 | 541 | 144 | 73 |
| Binary | 11111111 | 110000 | 1001000 | 0 | 1010001 | 1001000 | 0 | 101100001 | 1100100 | 111011 |
Color Harmonies of #FF3048
Complementary color
Monochromatic Colors of #FF3048
Black with #FF3048
Text Example
Text Example
White with #FF3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3048; }
p { color: rgb(255,48,72); }
H1.HeaderClassName
{
color: #FF3048;
}
.AnyTagClassName
{
color: #FF3048;
}
</style>
background-color css
<style>
a { background-color: #FF3048; }
a { background-color: rgb(255,48,72); }
div.DivClassName
{
background-color: #FF3048;
}
.BgClassName
{
background-color: #FF3048;
}
</style>
border-color css
<style>
span { border-color: #FF3048; }
span { border-color: rgb(255,48,72); }
td.TdClassName
{
border-color: #FF3048;
}
.TagClassName
{
border-color: #FF3048;
}
</style>