Shades of Radical Red #FF3349
Tints of Radical Red #FF3349
RGB
CMYK
RGB Variations
Color information
#FF3349 (or 0xFF3349) is known color: Radical Red. HEX triplet: FF, 33 and 49. RGB value is (255,51,73). Sum of RGB (Red+Green+Blue) = 255+51+73=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3349 is #00CCB6. Grayscale: #727272. Windows color (decimal): -52407 or 4797439. OLE color: 4797439.
HSL color Cylindrical-coordinate representation of color #FF3349: hue angle of 353.53º 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 #FF3349 is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 73 | - |
| CMYK | 0 | 0.8 | 0.71 | 0 |
| HSL | 353.53º | 1% | 0.6% | - |
| HSV(B) | 353.53º | 0.8% | 1% | - |
| XYZ | 43.63 | 24.11 | 8.66 | - |
| YUV | 114.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 73 | 0 | 0.8 | 0.71 | 0 | 353.53 | 1 | 0.6 |
| Hex | FF | 33 | 49 | 0 | 50 | 47 | 0 | 162 | 64 | 3C |
| Octal | 377 | 63 | 111 | 0 | 120 | 107 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110011 | 1001001 | 0 | 1010000 | 1000111 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3349
Complementary color
Monochromatic Colors of #FF3349
Black with #FF3349
Text Example
Text Example
White with #FF3349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3349; }
p { color: rgb(255,51,73); }
H1.HeaderClassName
{
color: #FF3349;
}
.AnyTagClassName
{
color: #FF3349;
}
</style>
background-color css
<style>
a { background-color: #FF3349; }
a { background-color: rgb(255,51,73); }
div.DivClassName
{
background-color: #FF3349;
}
.BgClassName
{
background-color: #FF3349;
}
</style>
border-color css
<style>
span { border-color: #FF3349; }
span { border-color: rgb(255,51,73); }
td.TdClassName
{
border-color: #FF3349;
}
.TagClassName
{
border-color: #FF3349;
}
</style>