Shades of Radical Red #FF3745
Tints of Radical Red #FF3745
RGB
CMYK
RGB Variations
Color information
#FF3745 (or 0xFF3745) is known color: Radical Red. HEX triplet: FF, 37 and 45. RGB value is (255,55,69). Sum of RGB (Red+Green+Blue) = 255+55+69=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3745 is #00C8BA. Grayscale: #747474. Windows color (decimal): -51387 or 4536319. OLE color: 4536319.
HSL color Cylindrical-coordinate representation of color #FF3745: hue angle of 355.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3745 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 69 | - |
| CMYK | 0 | 0.78 | 0.73 | 0 |
| HSL | 355.8º | 1% | 0.61% | - |
| HSV(B) | 355.8º | 0.78% | 1% | - |
| XYZ | 43.68 | 24.42 | 8.04 | - |
| YUV | 116.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 69 | 0 | 0.78 | 0.73 | 0 | 355.8 | 1 | 0.61 |
| Hex | FF | 37 | 45 | 0 | 4E | 49 | 0 | 164 | 64 | 3D |
| Octal | 377 | 67 | 105 | 0 | 116 | 111 | 0 | 544 | 144 | 75 |
| Binary | 11111111 | 110111 | 1000101 | 0 | 1001110 | 1001001 | 0 | 101100100 | 1100100 | 111101 |
Color Harmonies of #FF3745
Complementary color
Monochromatic Colors of #FF3745
Black with #FF3745
Text Example
Text Example
White with #FF3745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3745; }
p { color: rgb(255,55,69); }
H1.HeaderClassName
{
color: #FF3745;
}
.AnyTagClassName
{
color: #FF3745;
}
</style>
background-color css
<style>
a { background-color: #FF3745; }
a { background-color: rgb(255,55,69); }
div.DivClassName
{
background-color: #FF3745;
}
.BgClassName
{
background-color: #FF3745;
}
</style>
border-color css
<style>
span { border-color: #FF3745; }
span { border-color: rgb(255,55,69); }
td.TdClassName
{
border-color: #FF3745;
}
.TagClassName
{
border-color: #FF3745;
}
</style>