Shades of Radical Red #FF3547
Tints of Radical Red #FF3547
RGB
CMYK
RGB Variations
Color information
#FF3547 (or 0xFF3547) is known color: Radical Red. HEX triplet: FF, 35 and 47. RGB value is (255,53,71). Sum of RGB (Red+Green+Blue) = 255+53+71=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3547 is #00CAB8. Grayscale: #737373. Windows color (decimal): -51897 or 4666879. OLE color: 4666879.
HSL color Cylindrical-coordinate representation of color #FF3547: hue angle of 354.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3547 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 71 | - |
| CMYK | 0 | 0.79 | 0.72 | 0 |
| HSL | 354.65º | 1% | 0.6% | - |
| HSV(B) | 354.65º | 0.79% | 1% | - |
| XYZ | 43.65 | 24.26 | 8.34 | - |
| YUV | 115.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 71 | 0 | 0.79 | 0.72 | 0 | 354.65 | 1 | 0.6 |
| Hex | FF | 35 | 47 | 0 | 4F | 48 | 0 | 163 | 64 | 3C |
| Octal | 377 | 65 | 107 | 0 | 117 | 110 | 0 | 543 | 144 | 74 |
| Binary | 11111111 | 110101 | 1000111 | 0 | 1001111 | 1001000 | 0 | 101100011 | 1100100 | 111100 |
Color Harmonies of #FF3547
Complementary color
Monochromatic Colors of #FF3547
Black with #FF3547
Text Example
Text Example
White with #FF3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3547; }
p { color: rgb(255,53,71); }
H1.HeaderClassName
{
color: #FF3547;
}
.AnyTagClassName
{
color: #FF3547;
}
</style>
background-color css
<style>
a { background-color: #FF3547; }
a { background-color: rgb(255,53,71); }
div.DivClassName
{
background-color: #FF3547;
}
.BgClassName
{
background-color: #FF3547;
}
</style>
border-color css
<style>
span { border-color: #FF3547; }
span { border-color: rgb(255,53,71); }
td.TdClassName
{
border-color: #FF3547;
}
.TagClassName
{
border-color: #FF3547;
}
</style>