#FF003A (or 0xFF003A) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 3A. RGB value is (255,0,58). Sum of RGB (Red+Green+Blue) = 255+0+58=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003A is #00FFC5. Grayscale: #525252. Windows color (decimal): -65478 or 3801343. OLE color: 3801343.
HSL color Cylindrical-coordinate representation of color #FF003A: hue angle of 346.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF003A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.
<style> p { color: #FF003A; } p { color: rgb(255,0,58); } H1.HeaderClassName { color: #FF003A; } .AnyTagClassName { color: #FF003A; } </style>
<style> a { background-color: #FF003A; } a { background-color: rgb(255,0,58); } div.DivClassName { background-color: #FF003A; } .BgClassName { background-color: #FF003A; } </style>
<style> span { border-color: #FF003A; } span { border-color: rgb(255,0,58); } td.TdClassName { border-color: #FF003A; } .TagClassName { border-color: #FF003A; } </style>