Shades of Radical Red #FF3448
Tints of Radical Red #FF3448
RGB
CMYK
RGB Variations
Color information
#FF3448 (or 0xFF3448) is known color: Radical Red. HEX triplet: FF, 34 and 48. RGB value is (255,52,72). Sum of RGB (Red+Green+Blue) = 255+52+72=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3448 is #00CBB7. Grayscale: #737373. Windows color (decimal): -52152 or 4732159. OLE color: 4732159.
HSL color Cylindrical-coordinate representation of color #FF3448: hue angle of 354.09º 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 #FF3448 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 72 | - |
| CMYK | 0 | 0.80 | 0.72 | 0 |
| HSL | 354.09º | 1% | 0.6% | - |
| HSV(B) | 354.09º | 0.8% | 1% | - |
| XYZ | 43.64 | 24.18 | 8.5 | - |
| YUV | 114.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 72 | 0 | 0.80 | 0.72 | 0 | 354.09 | 1 | 0.6 |
| Hex | FF | 34 | 48 | 0 | 50 | 48 | 0 | 162 | 64 | 3C |
| Octal | 377 | 64 | 110 | 0 | 120 | 110 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110100 | 1001000 | 0 | 1010000 | 1001000 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3448
Complementary color
Monochromatic Colors of #FF3448
Black with #FF3448
Text Example
Text Example
White with #FF3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3448; }
p { color: rgb(255,52,72); }
H1.HeaderClassName
{
color: #FF3448;
}
.AnyTagClassName
{
color: #FF3448;
}
</style>
background-color css
<style>
a { background-color: #FF3448; }
a { background-color: rgb(255,52,72); }
div.DivClassName
{
background-color: #FF3448;
}
.BgClassName
{
background-color: #FF3448;
}
</style>
border-color css
<style>
span { border-color: #FF3448; }
span { border-color: rgb(255,52,72); }
td.TdClassName
{
border-color: #FF3448;
}
.TagClassName
{
border-color: #FF3448;
}
</style>