#FF4444 (or 0xFF4444) is unknown color: approx Coral Red. HEX triplet: FF, 44 and 44. RGB value is (255,68,68). Sum of RGB (Red+Green+Blue) = 255+68+68=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4444 is #00BBBB. Grayscale: #7C7C7C. Windows color (decimal): -48060 or 4474111. OLE color: 4474111.
HSL color Cylindrical-coordinate representation of color #FF4444: hue angle of 0º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4444 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.
<style> p { color: #ff4444; } p { color: rgb(255,68,68); } H1.HeaderClassName { color: #ff4444; } .AnyTagClassName { color: #ff4444; } </style>
<style> a { background-color: #ff4444; } a { background-color: rgb(255,68,68); } div.DivClassName { background-color: #ff4444; } .BgClassName { background-color: #ff4444; } </style>
<style> span { border-color: #ff4444; } span { border-color: rgb(255,68,68); } td.TdClassName { border-color: #ff4444; } .TagClassName { border-color: #ff4444; } </style>