Shades of Radical Red #FF3145
Tints of Radical Red #FF3145
RGB
CMYK
RGB Variations
Color information
#FF3145 (or 0xFF3145) is known color: Radical Red. HEX triplet: FF, 31 and 45. RGB value is (255,49,69). Sum of RGB (Red+Green+Blue) = 255+49+69=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3145 is #00CEBA. Grayscale: #717171. Windows color (decimal): -52923 or 4534783. OLE color: 4534783.
HSL color Cylindrical-coordinate representation of color #FF3145: hue angle of 354.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3145 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 69 | - |
| CMYK | 0 | 0.81 | 0.73 | 0 |
| HSL | 354.17º | 1% | 0.6% | - |
| HSV(B) | 354.17º | 0.81% | 1% | - |
| XYZ | 43.41 | 23.89 | 7.95 | - |
| YUV | 112.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 69 | 0 | 0.81 | 0.73 | 0 | 354.17 | 1 | 0.6 |
| Hex | FF | 31 | 45 | 0 | 51 | 49 | 0 | 162 | 64 | 3C |
| Octal | 377 | 61 | 105 | 0 | 121 | 111 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110001 | 1000101 | 0 | 1010001 | 1001001 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3145
Complementary color
Monochromatic Colors of #FF3145
Black with #FF3145
Text Example
Text Example
White with #FF3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3145; }
p { color: rgb(255,49,69); }
H1.HeaderClassName
{
color: #FF3145;
}
.AnyTagClassName
{
color: #FF3145;
}
</style>
background-color css
<style>
a { background-color: #FF3145; }
a { background-color: rgb(255,49,69); }
div.DivClassName
{
background-color: #FF3145;
}
.BgClassName
{
background-color: #FF3145;
}
</style>
border-color css
<style>
span { border-color: #FF3145; }
span { border-color: rgb(255,49,69); }
td.TdClassName
{
border-color: #FF3145;
}
.TagClassName
{
border-color: #FF3145;
}
</style>