Shades of Radical Red #FF3245
Tints of Radical Red #FF3245
RGB
CMYK
RGB Variations
Color information
#FF3245 (or 0xFF3245) is known color: Radical Red. HEX triplet: FF, 32 and 45. RGB value is (255,50,69). Sum of RGB (Red+Green+Blue) = 255+50+69=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3245 is #00CDBA. Grayscale: #717171. Windows color (decimal): -52667 or 4535039. OLE color: 4535039.
HSL color Cylindrical-coordinate representation of color #FF3245: hue angle of 354.44º 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 #FF3245 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 69 | - |
| CMYK | 0 | 0.80 | 0.73 | 0 |
| HSL | 354.44º | 1% | 0.6% | - |
| HSV(B) | 354.44º | 0.8% | 1% | - |
| XYZ | 43.45 | 23.97 | 7.97 | - |
| YUV | 113.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 69 | 0 | 0.80 | 0.73 | 0 | 354.44 | 1 | 0.6 |
| Hex | FF | 32 | 45 | 0 | 50 | 49 | 0 | 162 | 64 | 3C |
| Octal | 377 | 62 | 105 | 0 | 120 | 111 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110010 | 1000101 | 0 | 1010000 | 1001001 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3245
Complementary color
Monochromatic Colors of #FF3245
Black with #FF3245
Text Example
Text Example
White with #FF3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3245; }
p { color: rgb(255,50,69); }
H1.HeaderClassName
{
color: #FF3245;
}
.AnyTagClassName
{
color: #FF3245;
}
</style>
background-color css
<style>
a { background-color: #FF3245; }
a { background-color: rgb(255,50,69); }
div.DivClassName
{
background-color: #FF3245;
}
.BgClassName
{
background-color: #FF3245;
}
</style>
border-color css
<style>
span { border-color: #FF3245; }
span { border-color: rgb(255,50,69); }
td.TdClassName
{
border-color: #FF3245;
}
.TagClassName
{
border-color: #FF3245;
}
</style>