#FF412E (or 0xFF412E) is unknown color: approx Red Orange. HEX triplet: FF, 41 and 2E. RGB value is (255,65,46). Sum of RGB (Red+Green+Blue) = 255+65+46=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF412E is #00BED1. Grayscale: #777777. Windows color (decimal): -48850 or 3031551. OLE color: 3031551.
HSL color Cylindrical-coordinate representation of color #FF412E: hue angle of 5.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF412E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.
<style> p { color: #ff412e; } p { color: rgb(255,65,46); } H1.HeaderClassName { color: #ff412e; } .AnyTagClassName { color: #ff412e; } </style>
<style> a { background-color: #ff412e; } a { background-color: rgb(255,65,46); } div.DivClassName { background-color: #ff412e; } .BgClassName { background-color: #ff412e; } </style>
<style> span { border-color: #ff412e; } span { border-color: rgb(255,65,46); } td.TdClassName { border-color: #ff412e; } .TagClassName { border-color: #ff412e; } </style>