#FF4321 (or 0xFF4321) is unknown color: approx Red Orange. HEX triplet: FF, 43 and 21. RGB value is (255,67,33). Sum of RGB (Red+Green+Blue) = 255+67+33=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4321 is #00BCDE. Grayscale: #777777. Windows color (decimal): -48351 or 2180095. OLE color: 2180095.
HSL color Cylindrical-coordinate representation of color #FF4321: hue angle of 9.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF4321 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.
<style> p { color: #FF4321; } p { color: rgb(255,67,33); } H1.HeaderClassName { color: #FF4321; } .AnyTagClassName { color: #FF4321; } </style>
<style> a { background-color: #FF4321; } a { background-color: rgb(255,67,33); } div.DivClassName { background-color: #FF4321; } .BgClassName { background-color: #FF4321; } </style>
<style> span { border-color: #FF4321; } span { border-color: rgb(255,67,33); } td.TdClassName { border-color: #FF4321; } .TagClassName { border-color: #FF4321; } </style>